Html Css Color HEX #B9E14F Conifer

📋 copy color: '#B9E14F'

red 185 ◦ green 225 ◦ blue 79

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

Shades of Conifer #B9E14F

Tints of Conifer #B9E14F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.01%

 BLUE value IS 79 (31.25% from 255) = 16.16%

R = 37.83%
G = 46.01%
B = 16.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#B9E14F (or 0xB9E14F) is known color: Conifer. HEX triplet: B9, E1 and 4F. RGB value is (185,225,79). Sum of RGB (Red+Green+Blue) = 185+225+79=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 79 (31.25% from 255 or 16.16% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E14F is #461EB0. Grayscale: #C4C4C4. Windows color (decimal): -4595377 or 5235129. OLE color: 5235129.

HSL color Cylindrical-coordinate representation of color #B9E14F: hue angle of 76.44º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9E14F is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 225 79 -
CMYK 0.18 0 0.65 0.12
HSL 76.44º 0.71% 0.6% -
HSV(B) 76.44º 0.65% 0.88% -
XYZ 48.34 64.73 17.34 -
YUV 196.4 61.75 119.87 -
System Red Green Blue C M Y K H S L
Decimal 185 225 79 0.18 0 0.65 0.12 76.44 0.71 0.6
Hex B9 E1 4F 12 0 41 C 4C 47 3C
Octal 271 341 117 22 0 101 14 114 107 74
Binary 10111001 11100001 1001111 10010 0 1000001 1100 1001100 1000111 111100

Color Harmonies of #B9E14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E14F

Black with #B9E14F

Text Example


Text Example

White with #B9E14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E14F; }

 p { color: rgb(185,225,79); }

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

background-color css

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

 a { background-color: rgb(185,225,79); }

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

border-color css

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

 span { border-color: rgb(185,225,79); }

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