#B2C37A

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

Shades of Caper #B2C37A

Tints of Caper #B2C37A

Color information

#B2C37A (or 0xB2C37A) is unknown color: approx Caper. HEX triplet: B2, C3 and 7A. RGB value is (178,195,122). Sum of RGB (Red+Green+Blue) = 178+195+122=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C37A is #4D3C85. Grayscale: #B5B5B5. Windows color (decimal): -5061766 or 8045490. OLE color: 8045490.

HSL color Cylindrical-coordinate representation of color #B2C37A: hue angle of 73.97º 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 #B2C37A is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB178195122-
CMYK0.0900.370.24
HSL73.97º37.82%62.16%-
HSV(B)73.97º37.44%76.47%-
XYZ41.3949.925.86-
YUV181.5994.37125.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=35.96%
G=39.39%
B=24.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951220.0900.370.2473.9737.8262.16
HexB2C37A9025184a263e
Octal26230317211045301124676
Binary1011001011000011111101010010100101110001001010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C37A; }

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

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

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

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

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

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

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

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