#B9EE5D

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

Shades of Conifer #B9EE5D

Tints of Conifer #B9EE5D

Color information

#B9EE5D (or 0xB9EE5D) is unknown color: approx Conifer. HEX triplet: B9, EE and 5D. RGB value is (185,238,93). Sum of RGB (Red+Green+Blue) = 185+238+93=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EE5D is #4611A2. Grayscale: #CECECE. Windows color (decimal): -4592035 or 6155961. OLE color: 6155961.

HSL color Cylindrical-coordinate representation of color #B9EE5D: hue angle of 81.93º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9EE5D is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB18523893-
CMYK0.2200.610.07
HSL81.93º81.01%64.9%-
HSV(B)81.93º60.92%93.33%-
XYZ52.5672.2521.53-
YUV205.6264.44113.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 238 (93.36% from 255) = 46.12%
BLUE value IS 93 (36.72% from 255) = 18.02%
R=35.85%
G=46.12%
B=18.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185238930.2200.610.0781.9381.0164.9
HexB9EE5D1603D7525141
Octal271356135260757122121101
Binary10111001111011101011101101100111101111101001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EE5D; }

 p { color: rgb(185,238,93); }

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

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

 a { background-color: rgb(185,238,93); }

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

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

 span { border-color: rgb(185,238,93); }

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