#B2C679

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

Shades of Caper #B2C679

Tints of Caper #B2C679

Color information

#B2C679 (or 0xB2C679) is unknown color: approx Caper. HEX triplet: B2, C6 and 79. RGB value is (178,198,121). Sum of RGB (Red+Green+Blue) = 178+198+121=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C679 is #4D3986. Grayscale: #B7B7B7. Windows color (decimal): -5060999 or 7980722. OLE color: 7980722.

HSL color Cylindrical-coordinate representation of color #B2C679: hue angle of 75.58º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2C679 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB178198121-
CMYK0.1000.390.22
HSL75.58º40.31%62.55%-
HSV(B)75.58º38.89%77.65%-
XYZ42.0151.2325.76-
YUV183.2492.87124.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 198 (77.73% from 255) = 39.84%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=35.81%
G=39.84%
B=24.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781981210.1000.390.2275.5840.3162.55
HexB2C679A027164c283f
Octal26230617112047261145077
Binary1011001011000110111100110100100111101101001100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C679; }

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

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

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

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

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

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

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

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