#B0C675

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

Shades of Caper #B0C675

Tints of Caper #B0C675

Color information

#B0C675 (or 0xB0C675) is unknown color: approx Caper. HEX triplet: B0, C6 and 75. RGB value is (176,198,117). Sum of RGB (Red+Green+Blue) = 176+198+117=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C675 is #4F398A. Grayscale: #B6B6B6. Windows color (decimal): -5192075 or 7718576. OLE color: 7718576.

HSL color Cylindrical-coordinate representation of color #B0C675: hue angle of 76.3º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0C675 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB176198117-
CMYK0.1100.410.22
HSL76.3º41.54%61.76%-
HSV(B)76.3º40.91%77.65%-
XYZ41.3150.924.48-
YUV182.1991.21123.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=35.85%
G=40.33%
B=23.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761981170.1100.410.2276.341.5461.76
HexB0C675B029164c2a3e
Octal26030616513051261145276
Binary1011000011000110111010110110101001101101001100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C675; }

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

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

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

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

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

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

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

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