#B0C37A

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

Shades of Caper #B0C37A

Tints of Caper #B0C37A

Color information

#B0C37A (or 0xB0C37A) is unknown color: approx Caper. HEX triplet: B0, C3 and 7A. RGB value is (176,195,122). Sum of RGB (Red+Green+Blue) = 176+195+122=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C37A is #4F3C85. Grayscale: #B5B5B5. Windows color (decimal): -5192838 or 8045488. OLE color: 8045488.

HSL color Cylindrical-coordinate representation of color #B0C37A: hue angle of 75.62º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0C37A is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB176195122-
CMYK0.1000.370.24
HSL75.62º37.82%62.16%-
HSV(B)75.62º37.44%76.47%-
XYZ40.9349.6725.84-
YUV18194.71124.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=35.70%
G=39.55%
B=24.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951220.1000.370.2475.6237.8262.16
HexB0C37AA025184c263e
Octal26030317212045301144676
Binary1011000011000011111101010100100101110001001100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C37A; }

 p { color: rgb(176,195,122); }

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

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

 a { background-color: rgb(176,195,122); }

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

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

 span { border-color: rgb(176,195,122); }

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