#B3C27F

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

Shades of Caper #B3C27F

Tints of Caper #B3C27F

Color information

#B3C27F (or 0xB3C27F) is unknown color: approx Caper. HEX triplet: B3, C2 and 7F. RGB value is (179,194,127). Sum of RGB (Red+Green+Blue) = 179+194+127=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C27F is #4C3D80. Grayscale: #B6B6B6. Windows color (decimal): -4996481 or 8372915. OLE color: 8372915.

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

Color convert

RGB179194127-
CMYK0.0800.350.24
HSL73.43º35.45%62.94%-
HSV(B)73.43º34.54%76.08%-
XYZ41.7149.727.47-
YUV181.8897.03125.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.8%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 127 (50% from 255) = 25.4%
R=35.8%
G=38.8%
B=25.4%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941270.0800.350.2473.4335.4562.94
HexB3C27F80231849233f
Octal26330217710043301114377
Binary1011001111000010111111110000100011110001001001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C27F; }

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

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

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

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

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

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

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

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