Html Css Color HEX #B9EC50 Conifer

📋 copy color: '#B9EC50'

red 185 ◦ green 236 ◦ blue 80

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

Shades of Conifer #B9EC50

Tints of Conifer #B9EC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.97%

R = 36.93%
G = 47.11%
B = 15.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#B9EC50 (or 0xB9EC50) is known color: Conifer. HEX triplet: B9, EC and 50. RGB value is (185,236,80). Sum of RGB (Red+Green+Blue) = 185+236+80=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EC50 is #4613AF. Grayscale: #CBCBCB. Windows color (decimal): -4592560 or 5303481. OLE color: 5303481.

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

Color convert

RGB 185 236 80 -
CMYK 0.22 0 0.66 0.07
HSL 79.62º 0.8% 0.62% -
HSV(B) 79.62º 0.66% 0.93% -
XYZ 51.45 70.88 18.56 -
YUV 202.97 58.6 115.18 -
System Red Green Blue C M Y K H S L
Decimal 185 236 80 0.22 0 0.66 0.07 79.62 0.8 0.62
Hex B9 EC 50 16 0 42 7 50 50 3E
Octal 271 354 120 26 0 102 7 120 120 76
Binary 10111001 11101100 1010000 10110 0 1000010 111 1010000 1010000 111110

Color Harmonies of #B9EC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EC50

Black with #B9EC50

Text Example


Text Example

White with #B9EC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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