#B3CB8B

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

Shades of Caper #B3CB8B

Tints of Caper #B3CB8B

Color information

#B3CB8B (or 0xB3CB8B) is unknown color: approx Caper. HEX triplet: B3, CB and 8B. RGB value is (179,203,139). Sum of RGB (Red+Green+Blue) = 179+203+139=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CB8B is #4C3474. Grayscale: #BCBCBC. Windows color (decimal): -4994165 or 9161651. OLE color: 9161651.

HSL color Cylindrical-coordinate representation of color #B3CB8B: hue angle of 82.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3CB8B is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB179203139-
CMYK0.1200.320.20
HSL82.5º38.1%67.06%-
HSV(B)82.5º31.53%79.61%-
XYZ44.6154.1632.53-
YUV188.53100.05121.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=34.36%
G=38.96%
B=26.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031390.1200.320.2082.538.167.06
HexB3CB8BC02014522643
Octal263313213140402412246103
Binary101100111100101110001011110001000001010010100101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CB8B; }

 p { color: rgb(179,203,139); }

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

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

 a { background-color: rgb(179,203,139); }

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

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

 span { border-color: rgb(179,203,139); }

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