#B0D675

Color #B0D675 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B0D675

Tints of Caper #B0D675

Color information

#B0D675 (or 0xB0D675) is unknown color: approx Caper. HEX triplet: B0, D6 and 75. RGB value is (176,214,117). Sum of RGB (Red+Green+Blue) = 176+214+117=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D675 is #4F298A. Grayscale: #BFBFBF. Windows color (decimal): -5187979 or 7722672. OLE color: 7722672.

HSL color Cylindrical-coordinate representation of color #B0D675: hue angle of 83.51º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0D675 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB176214117-
CMYK0.1800.450.16
HSL83.51º54.19%64.9%-
HSV(B)83.51º45.33%83.92%-
XYZ45.1658.6125.76-
YUV191.5885.91116.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 214 (83.98% from 255) = 42.21%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=34.71%
G=42.21%
B=23.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141170.1800.450.1683.5154.1964.9
HexB0D6751202D10543641
Octal260326165220552012466101
Binary101100001101011011101011001001011011000010101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D675; }

 p { color: rgb(176,214,117); }

 H1.HeaderClassName
 {
   color: #B0D675;
 }
 .AnyTagClassName
 {
   color: #B0D675;
 }
</style>
background-color css

<style>
 a { background-color: #B0D675; }

 a { background-color: rgb(176,214,117); }

 div.DivClassName
 {
   background-color: #B0D675;
 }
 .BgClassName
 {
   background-color: #B0D675;
 }
</style>
border-color css

<style>
 span { border-color: #B0D675; }

 span { border-color: rgb(176,214,117); }

 td.TdClassName
 {
   border-color: #B0D675;
 }
 .TagClassName
 {
   border-color: #B0D675;
 }
</style>