#B9D483

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

Shades of Caper #B9D483

Tints of Caper #B9D483

Color information

#B9D483 (or 0xB9D483) is unknown color: approx Caper. HEX triplet: B9, D4 and 83. RGB value is (185,212,131). Sum of RGB (Red+Green+Blue) = 185+212+131=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D483 is #462B7C. Grayscale: #C2C2C2. Windows color (decimal): -4598653 or 8639673. OLE color: 8639673.

HSL color Cylindrical-coordinate representation of color #B9D483: hue angle of 80º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9D483 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB185212131-
CMYK0.1300.380.17
HSL80º48.5%67.25%-
HSV(B)80º38.21%83.14%-
XYZ47.6559.0430.36-
YUV194.6992.05121.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 212 (83.20% from 255) = 40.15%
BLUE value IS 131 (51.56% from 255) = 24.81%
R=35.04%
G=40.15%
B=24.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852121310.1300.380.178048.567.25
HexB9D483D02611503143
Octal271324203150462112061103
Binary101110011101010010000011110101001101000110100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D483; }

 p { color: rgb(185,212,131); }

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

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

 a { background-color: rgb(185,212,131); }

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

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

 span { border-color: rgb(185,212,131); }

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