#B3CE8A

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

Shades of Caper #B3CE8A

Tints of Caper #B3CE8A

Color information

#B3CE8A (or 0xB3CE8A) is unknown color: approx Caper. HEX triplet: B3, CE and 8A. RGB value is (179,206,138). Sum of RGB (Red+Green+Blue) = 179+206+138=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CE8A is #4C3175. Grayscale: #BEBEBE. Windows color (decimal): -4993398 or 9096883. OLE color: 9096883.

HSL color Cylindrical-coordinate representation of color #B3CE8A: hue angle of 83.82º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3CE8A is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB179206138-
CMYK0.1300.330.19
HSL83.82º40.96%67.45%-
HSV(B)83.82º33.01%80.78%-
XYZ45.2555.5632.38-
YUV190.1898.55120.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 206 (80.86% from 255) = 39.39%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=34.23%
G=39.39%
B=26.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061380.1300.330.1983.8240.9667.45
HexB3CE8AD02113542943
Octal263316212150412312451103
Binary101100111100111010001010110101000011001110101001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CE8A; }

 p { color: rgb(179,206,138); }

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

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

 a { background-color: rgb(179,206,138); }

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

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

 span { border-color: rgb(179,206,138); }

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