#B2C074

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

Shades of Caper #B2C074

Tints of Caper #B2C074

Color information

#B2C074 (or 0xB2C074) is unknown color: approx Caper. HEX triplet: B2, C0 and 74. RGB value is (178,192,116). Sum of RGB (Red+Green+Blue) = 178+192+116=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C074 is #4D3F8B. Grayscale: #B3B3B3. Windows color (decimal): -5062540 or 7651506. OLE color: 7651506.

HSL color Cylindrical-coordinate representation of color #B2C074: hue angle of 71.05º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2C074 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB178192116-
CMYK0.0700.400.25
HSL71.05º37.62%60.39%-
HSV(B)71.05º39.58%75.29%-
XYZ40.3648.4323.74-
YUV179.1592.36127.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=36.63%
G=39.51%
B=23.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781921160.0700.400.2571.0537.6260.39
HexB2C07470281947263c
Octal2623001647050311074674
Binary101100101100000011101001110101000110011000111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C074; }

 p { color: rgb(178,192,116); }

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

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

 a { background-color: rgb(178,192,116); }

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

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

 span { border-color: rgb(178,192,116); }

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