Html Css Color HEX #B9E14D Conifer

📋 copy color: '#B9E14D'

red 185 ◦ green 225 ◦ blue 77

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

Shades of Conifer #B9E14D

Tints of Conifer #B9E14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.81%

R = 37.99%
G = 46.2%
B = 15.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#B9E14D (or 0xB9E14D) is known color: Conifer. HEX triplet: B9, E1 and 4D. RGB value is (185,225,77). Sum of RGB (Red+Green+Blue) = 185+225+77=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E14D is #461EB2. Grayscale: #C4C4C4. Windows color (decimal): -4595379 or 5104057. OLE color: 5104057.

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

Color convert

RGB 185 225 77 -
CMYK 0.18 0 0.66 0.12
HSL 76.22º 0.71% 0.59% -
HSV(B) 76.22º 0.66% 0.88% -
XYZ 48.27 64.7 16.97 -
YUV 196.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 185 225 77 0.18 0 0.66 0.12 76.22 0.71 0.59
Hex B9 E1 4D 12 0 42 C 4C 47 3B
Octal 271 341 115 22 0 102 14 114 107 73
Binary 10111001 11100001 1001101 10010 0 1000010 1100 1001100 1000111 111011

Color Harmonies of #B9E14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E14D

Black with #B9E14D

Text Example


Text Example

White with #B9E14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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