#B3CB7E

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

Shades of Caper #B3CB7E

Tints of Caper #B3CB7E

Color information

#B3CB7E (or 0xB3CB7E) is unknown color: approx Caper. HEX triplet: B3, CB and 7E. RGB value is (179,203,126). Sum of RGB (Red+Green+Blue) = 179+203+126=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CB7E is #4C3481. Grayscale: #BBBBBB. Windows color (decimal): -4994178 or 8309683. OLE color: 8309683.

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

Color convert

RGB179203126-
CMYK0.1200.380.20
HSL78.7º42.54%64.51%-
HSV(B)78.7º37.93%79.61%-
XYZ43.7153.827.82-
YUV187.0593.55122.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.24%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 126 (49.61% from 255) = 24.80%
R=35.24%
G=39.96%
B=24.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031260.1200.380.2078.742.5464.51
HexB3CB7EC026144f2b41
Octal263313176140462411753101
Binary10110011110010111111110110001001101010010011111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CB7E; }

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

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

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

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

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

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

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

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