#B9D55A

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

Shades of Conifer #B9D55A

Tints of Conifer #B9D55A

Color information

#B9D55A (or 0xB9D55A) is unknown color: approx Conifer. HEX triplet: B9, D5 and 5A. RGB value is (185,213,90). Sum of RGB (Red+Green+Blue) = 185+213+90=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D55A is #462AA5. Grayscale: #BFBFBF. Windows color (decimal): -4598438 or 5952953. OLE color: 5952953.

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

Color convert

RGB18521390-
CMYK0.1300.580.16
HSL73.66º59.42%59.41%-
HSV(B)73.66º57.75%83.53%-
XYZ45.6558.6418.59-
YUV190.6171.22124-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 90 (35.55% from 255) = 18.44%
R=37.91%
G=43.65%
B=18.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal185213900.1300.580.1673.6659.4259.41
HexB9D55AD03A104a3b3b
Octal27132513215072201127373
Binary1011100111010101101101011010111010100001001010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D55A; }

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

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

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

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

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

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

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

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