#B3C08E

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

Shades of Caper #B3C08E

Tints of Caper #B3C08E

Color information

#B3C08E (or 0xB3C08E) is unknown color: approx Caper. HEX triplet: B3, C0 and 8E. RGB value is (179,192,142). Sum of RGB (Red+Green+Blue) = 179+192+142=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C08E is #4C3F71. Grayscale: #B6B6B6. Windows color (decimal): -4996978 or 9355443. OLE color: 9355443.

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

Color convert

RGB179192142-
CMYK0.0700.260.25
HSL75.6º28.41%65.49%-
HSV(B)75.6º26.04%75.29%-
XYZ42.3249.2432.86-
YUV182.41105.19125.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=34.89%
G=37.43%
B=27.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921420.0700.260.2575.628.4165.49
HexB3C08E701A194c1c41
Octal26330021670323111434101
Binary101100111100000010001110111011010110011001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C08E; }

 p { color: rgb(179,192,142); }

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

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

 a { background-color: rgb(179,192,142); }

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

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

 span { border-color: rgb(179,192,142); }

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