#B5C07E

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

Shades of Caper #B5C07E

Tints of Caper #B5C07E

Color information

#B5C07E (or 0xB5C07E) is unknown color: approx Caper. HEX triplet: B5, C0 and 7E. RGB value is (181,192,126). Sum of RGB (Red+Green+Blue) = 181+192+126=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C07E is #4A3F81. Grayscale: #B5B5B5. Windows color (decimal): -4865922 or 8306869. OLE color: 8306869.

HSL color Cylindrical-coordinate representation of color #B5C07E: hue angle of 70º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5C07E is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB181192126-
CMYK0.0600.340.25
HSL70º34.38%62.35%-
HSV(B)70º34.38%75.29%-
XYZ41.6749.0327.01-
YUV181.1996.86127.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 126 (49.61% from 255) = 25.25%
R=36.27%
G=38.48%
B=25.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811921260.0600.340.257034.3862.35
HexB5C07E60221946223e
Octal2653001766042311064276
Binary101101011100000011111101100100010110011000110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C07E; }

 p { color: rgb(181,192,126); }

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

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

 a { background-color: rgb(181,192,126); }

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

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

 span { border-color: rgb(181,192,126); }

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