Html Css Color HEX #B9EC5D Conifer

📋 copy color: '#B9EC5D'

red 185 ◦ green 236 ◦ blue 93

#B9EC5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B9EC5D

Tints of Conifer #B9EC5D

RGB

 RED value IS 185 (72.66% from 255) = 35.99%

 GREEN value IS 236 (92.58% from 255) = 45.91%

 BLUE value IS 93 (36.72% from 255) = 18.09%

R = 35.99%
G = 45.91%
B = 18.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#B9EC5D (or 0xB9EC5D) is known color: Conifer. HEX triplet: B9, EC and 5D. RGB value is (185,236,93). Sum of RGB (Red+Green+Blue) = 185+236+93=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EC5D is #4613A2. Grayscale: #CCCCCC. Windows color (decimal): -4592547 or 6155449. OLE color: 6155449.

HSL color Cylindrical-coordinate representation of color #B9EC5D: hue angle of 81.4º degrees, saturation: 0.79, 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 #B9EC5D is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 236 93 -
CMYK 0.22 0 0.61 0.07
HSL 81.4º 0.79% 0.65% -
HSV(B) 81.4º 0.61% 0.93% -
XYZ 51.98 71.1 21.34 -
YUV 204.45 65.1 114.13 -
System Red Green Blue C M Y K H S L
Decimal 185 236 93 0.22 0 0.61 0.07 81.4 0.79 0.65
Hex B9 EC 5D 16 0 3D 7 51 4F 41
Octal 271 354 135 26 0 75 7 121 117 101
Binary 10111001 11101100 1011101 10110 0 111101 111 1010001 1001111 1000001

Color Harmonies of #B9EC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EC5D

Black with #B9EC5D

Text Example


Text Example

White with #B9EC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EC5D; }

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

 H1.HeaderClassName
 {
   color: #B9EC5D;
 }
 .AnyTagClassName
 {
   color: #B9EC5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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