#B2C379

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

Shades of Caper #B2C379

Tints of Caper #B2C379

Color information

#B2C379 (or 0xB2C379) is unknown color: approx Caper. HEX triplet: B2, C3 and 79. RGB value is (178,195,121). Sum of RGB (Red+Green+Blue) = 178+195+121=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C379 is #4D3C86. Grayscale: #B5B5B5. Windows color (decimal): -5061767 or 7979954. OLE color: 7979954.

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

Color convert

RGB178195121-
CMYK0.0900.380.24
HSL73.78º38.14%61.96%-
HSV(B)73.78º37.95%76.47%-
XYZ41.3349.8825.54-
YUV181.4893.87125.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 195 (76.56% from 255) = 39.47%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=36.03%
G=39.47%
B=24.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951210.0900.380.2473.7838.1461.96
HexB2C3799026184a263e
Octal26230317111046301124676
Binary1011001011000011111100110010100110110001001010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C379; }

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

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

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

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

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

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

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

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