#B0C671

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

Shades of Caper #B0C671

Tints of Caper #B0C671

Color information

#B0C671 (or 0xB0C671) is unknown color: approx Caper. HEX triplet: B0, C6 and 71. RGB value is (176,198,113). Sum of RGB (Red+Green+Blue) = 176+198+113=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C671 is #4F398E. Grayscale: #B6B6B6. Windows color (decimal): -5192079 or 7456432. OLE color: 7456432.

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

Color convert

RGB176198113-
CMYK0.1100.430.22
HSL75.53º42.71%60.98%-
HSV(B)75.53º42.93%77.65%-
XYZ41.0850.8123.27-
YUV181.7389.21123.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 198 (77.73% from 255) = 40.66%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=36.14%
G=40.66%
B=23.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761981130.1100.430.2275.5342.7160.98
HexB0C671B02B164c2b3d
Octal26030616113053261145375
Binary1011000011000110111000110110101011101101001100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C671; }

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

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

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

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

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

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

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

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