#B2C08D

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

Shades of Caper #B2C08D

Tints of Caper #B2C08D

Color information

#B2C08D (or 0xB2C08D) is unknown color: approx Caper. HEX triplet: B2, C0 and 8D. RGB value is (178,192,141). Sum of RGB (Red+Green+Blue) = 178+192+141=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C08D is #4D3F72. Grayscale: #B6B6B6. Windows color (decimal): -5062515 or 9289906. OLE color: 9289906.

HSL color Cylindrical-coordinate representation of color #B2C08D: hue angle of 76.47º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2C08D is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB178192141-
CMYK0.0700.270.25
HSL76.47º28.81%65.29%-
HSV(B)76.47º26.56%75.29%-
XYZ42.0249.0932.46-
YUV182104.86125.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=34.83%
G=37.57%
B=27.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781921410.0700.270.2576.4728.8165.29
HexB2C08D701B194c1d41
Octal26230021570333111435101
Binary101100101100000010001101111011011110011001100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C08D; }

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

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

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

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

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

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

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

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