Html Css Color HEX #B9DB4A Conifer

📋 copy color: '#B9DB4A'

red 185 ◦ green 219 ◦ blue 74

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

Shades of Conifer #B9DB4A

Tints of Conifer #B9DB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.82%

 BLUE value IS 74 (29.3% from 255) = 15.48%

R = 38.7%
G = 45.82%
B = 15.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#B9DB4A (or 0xB9DB4A) is known color: Conifer. HEX triplet: B9, DB and 4A. RGB value is (185,219,74). Sum of RGB (Red+Green+Blue) = 185+219+74=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DB4A is #4624B5. Grayscale: #C0C0C0. Windows color (decimal): -4596918 or 4905913. OLE color: 4905913.

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

Color convert

RGB 185 219 74 -
CMYK 0.16 0 0.66 0.14
HSL 74.07º 0.67% 0.57% -
HSV(B) 74.07º 0.66% 0.86% -
XYZ 46.58 61.47 15.89 -
YUV 192.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 185 219 74 0.16 0 0.66 0.14 74.07 0.67 0.57
Hex B9 DB 4A 10 0 42 E 4A 43 39
Octal 271 333 112 20 0 102 16 112 103 71
Binary 10111001 11011011 1001010 10000 0 1000010 1110 1001010 1000011 111001

Color Harmonies of #B9DB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DB4A

Black with #B9DB4A

Text Example


Text Example

White with #B9DB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DB4A; }

 p { color: rgb(185,219,74); }

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

background-color css

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

 a { background-color: rgb(185,219,74); }

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

border-color css

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

 span { border-color: rgb(185,219,74); }

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