#b5c873

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

Shades of Caper #B5C873

Tints of Caper #B5C873

Color information

#B5C873 (or 0xB5C873) is unknown color: approx Caper. HEX triplet: B5, C8 and 73. RGB value is (181,200,115). Sum of RGB (Red+Green+Blue) = 181+200+115=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C873 is #4A378C. Grayscale: #B8B8B8. Windows color (decimal): -4863885 or 7588021. OLE color: 7588021.

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

Color convert

RGB181200115-
CMYK0.0900.420.22
HSL73.41º43.59%61.76%-
HSV(B)73.41º42.5%78.43%-
XYZ42.852.3724.07-
YUV184.6388.71125.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 115 (45.31% from 255) = 23.19%
R=36.49%
G=40.32%
B=23.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1812001150.0900.420.2273.4143.5961.76
HexB5C873902A16492c3e
Octal26531016311052261115476
Binary1011010111001000111001110010101010101101001001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5c873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5c873; }

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

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

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

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

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

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

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

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