Html Css Color HEX #B9DC4E Conifer

📋 copy color: '#B9DC4E'

red 185 ◦ green 220 ◦ blue 78

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

Shades of Conifer #B9DC4E

Tints of Conifer #B9DC4E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 78 (30.86% from 255) = 16.15%

R = 38.3%
G = 45.55%
B = 16.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#B9DC4E (or 0xB9DC4E) is known color: Conifer. HEX triplet: B9, DC and 4E. RGB value is (185,220,78). Sum of RGB (Red+Green+Blue) = 185+220+78=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC4E is #4623B1. Grayscale: #C1C1C1. Windows color (decimal): -4596658 or 5168313. OLE color: 5168313.

HSL color Cylindrical-coordinate representation of color #B9DC4E: hue angle of 74.79º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9DC4E is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 78 -
CMYK 0.16 0 0.65 0.14
HSL 74.79º 0.67% 0.58% -
HSV(B) 74.79º 0.65% 0.86% -
XYZ 46.98 62.05 16.71 -
YUV 193.35 62.9 122.05 -
System Red Green Blue C M Y K H S L
Decimal 185 220 78 0.16 0 0.65 0.14 74.79 0.67 0.58
Hex B9 DC 4E 10 0 41 E 4B 43 3A
Octal 271 334 116 20 0 101 16 113 103 72
Binary 10111001 11011100 1001110 10000 0 1000001 1110 1001011 1000011 111010

Color Harmonies of #B9DC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC4E

Black with #B9DC4E

Text Example


Text Example

White with #B9DC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC4E; }

 p { color: rgb(185,220,78); }

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

background-color css

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

 a { background-color: rgb(185,220,78); }

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

border-color css

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

 span { border-color: rgb(185,220,78); }

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