#B5C877

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

Shades of Caper #B5C877

Tints of Caper #B5C877

Color information

#B5C877 (or 0xB5C877) is unknown color: approx Caper. HEX triplet: B5, C8 and 77. RGB value is (181,200,119). Sum of RGB (Red+Green+Blue) = 181+200+119=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C877 is #4A3788. Grayscale: #B9B9B9. Windows color (decimal): -4863881 or 7850165. OLE color: 7850165.

HSL color Cylindrical-coordinate representation of color #B5C877: hue angle of 74.07º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5C877 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB181200119-
CMYK0.0900.400.22
HSL74.07º42.41%62.55%-
HSV(B)74.07º40.5%78.43%-
XYZ43.0452.4625.31-
YUV185.0890.71125.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 200 (78.52% from 255) = 40%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=36.2%
G=40%
B=23.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1812001190.0900.400.2274.0742.4162.55
HexB5C8779028164a2a3f
Octal26531016711050261125277
Binary1011010111001000111011110010101000101101001010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C877; }

 p { color: rgb(181,200,119); }

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

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

 a { background-color: rgb(181,200,119); }

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

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

 span { border-color: rgb(181,200,119); }

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