#B3C27B

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

Shades of Caper #B3C27B

Tints of Caper #B3C27B

Color information

#B3C27B (or 0xB3C27B) is unknown color: approx Caper. HEX triplet: B3, C2 and 7B. RGB value is (179,194,123). Sum of RGB (Red+Green+Blue) = 179+194+123=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C27B is #4C3D84. Grayscale: #B5B5B5. Windows color (decimal): -4996485 or 8110771. OLE color: 8110771.

HSL color Cylindrical-coordinate representation of color #B3C27B: hue angle of 72.68º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3C27B is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB179194123-
CMYK0.0800.370.24
HSL72.68º36.79%62.16%-
HSV(B)72.68º36.6%76.08%-
XYZ41.4649.626.13-
YUV181.4295.03126.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 194 (76.17% from 255) = 39.11%
BLUE value IS 123 (48.44% from 255) = 24.80%
R=36.09%
G=39.11%
B=24.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941230.0800.370.2472.6836.7962.16
HexB3C27B80251849253e
Octal26330217310045301114576
Binary1011001111000010111101110000100101110001001001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C27B; }

 p { color: rgb(179,194,123); }

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

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

 a { background-color: rgb(179,194,123); }

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

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

 span { border-color: rgb(179,194,123); }

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