Html Css Color HEX #B9DC49 Conifer

📋 copy color: '#B9DC49'

red 185 ◦ green 220 ◦ blue 73

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

Shades of Conifer #B9DC49

Tints of Conifer #B9DC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.27%

R = 38.7%
G = 46.03%
B = 15.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#B9DC49 (or 0xB9DC49) is known color: Conifer. HEX triplet: B9, DC and 49. RGB value is (185,220,73). Sum of RGB (Red+Green+Blue) = 185+220+73=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC49 is #4623B6. Grayscale: #C1C1C1. Windows color (decimal): -4596663 or 4840633. OLE color: 4840633.

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

Color convert

RGB 185 220 73 -
CMYK 0.16 0 0.67 0.14
HSL 74.29º 0.68% 0.57% -
HSV(B) 74.29º 0.67% 0.86% -
XYZ 46.8 61.98 15.8 -
YUV 192.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 185 220 73 0.16 0 0.67 0.14 74.29 0.68 0.57
Hex B9 DC 49 10 0 43 E 4A 44 39
Octal 271 334 111 20 0 103 16 112 104 71
Binary 10111001 11011100 1001001 10000 0 1000011 1110 1001010 1000100 111001

Color Harmonies of #B9DC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC49

Black with #B9DC49

Text Example


Text Example

White with #B9DC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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