Html Css Color HEX #B9DB64 Conifer

📋 copy color: '#B9DB64'

red 185 ◦ green 219 ◦ blue 100

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

Shades of Conifer #B9DB64

Tints of Conifer #B9DB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.84%

R = 36.71%
G = 43.45%
B = 19.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#B9DB64 (or 0xB9DB64) is known color: Conifer. HEX triplet: B9, DB and 64. RGB value is (185,219,100). Sum of RGB (Red+Green+Blue) = 185+219+100=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB64 is #46249B. Grayscale: #C3C3C3. Windows color (decimal): -4596892 or 6609849. OLE color: 6609849.

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

Color convert

RGB 185 219 100 -
CMYK 0.16 0 0.54 0.14
HSL 77.14º 0.62% 0.63% -
HSV(B) 77.14º 0.54% 0.86% -
XYZ 47.64 61.9 21.49 -
YUV 195.27 74.24 120.68 -
System Red Green Blue C M Y K H S L
Decimal 185 219 100 0.16 0 0.54 0.14 77.14 0.62 0.63
Hex B9 DB 64 10 0 36 E 4D 3E 3F
Octal 271 333 144 20 0 66 16 115 76 77
Binary 10111001 11011011 1100100 10000 0 110110 1110 1001101 111110 111111

Color Harmonies of #B9DB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DB64

Black with #B9DB64

Text Example


Text Example

White with #B9DB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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