#B9D57D

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

Shades of Caper #B9D57D

Tints of Caper #B9D57D

Color information

#B9D57D (or 0xB9D57D) is unknown color: approx Caper. HEX triplet: B9, D5 and 7D. RGB value is (185,213,125). Sum of RGB (Red+Green+Blue) = 185+213+125=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D57D is #462A82. Grayscale: #C2C2C2. Windows color (decimal): -4598403 or 8246713. OLE color: 8246713.

HSL color Cylindrical-coordinate representation of color #B9D57D: hue angle of 79.09º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9D57D is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB185213125-
CMYK0.1300.410.16
HSL79.09º51.16%66.27%-
HSV(B)79.09º41.31%83.53%-
XYZ47.559.3828.36-
YUV194.688.72121.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 125 (49.22% from 255) = 23.90%
R=35.37%
G=40.73%
B=23.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852131250.1300.410.1679.0951.1666.27
HexB9D57DD029104f3342
Octal271325175150512011763102
Binary10111001110101011111101110101010011000010011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D57D; }

 p { color: rgb(185,213,125); }

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

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

 a { background-color: rgb(185,213,125); }

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

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

 span { border-color: rgb(185,213,125); }

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