#B3CB7A

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

Shades of Caper #B3CB7A

Tints of Caper #B3CB7A

Color information

#B3CB7A (or 0xB3CB7A) is unknown color: approx Caper. HEX triplet: B3, CB and 7A. RGB value is (179,203,122). Sum of RGB (Red+Green+Blue) = 179+203+122=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CB7A is #4C3485. Grayscale: #BABABA. Windows color (decimal): -4994182 or 8047539. OLE color: 8047539.

HSL color Cylindrical-coordinate representation of color #B3CB7A: hue angle of 77.78º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3CB7A is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB179203122-
CMYK0.1200.400.20
HSL77.78º43.78%63.73%-
HSV(B)77.78º39.9%79.61%-
XYZ43.4653.726.49-
YUV186.5991.55122.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 122 (48.05% from 255) = 24.21%
R=35.52%
G=40.28%
B=24.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031220.1200.400.2077.7843.7863.73
HexB3CB7AC028144e2c40
Octal263313172140502411654100
Binary10110011110010111111010110001010001010010011101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CB7A; }

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

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

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

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

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

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

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

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