Html Css Color HEX #B9DB52 Conifer

📋 copy color: '#B9DB52'

red 185 ◦ green 219 ◦ blue 82

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

Shades of Conifer #B9DB52

Tints of Conifer #B9DB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.87%

R = 38.07%
G = 45.06%
B = 16.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#B9DB52 (or 0xB9DB52) is known color: Conifer. HEX triplet: B9, DB and 52. RGB value is (185,219,82). Sum of RGB (Red+Green+Blue) = 185+219+82=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB52 is #4624AD. Grayscale: #C1C1C1. Windows color (decimal): -4596910 or 5430201. OLE color: 5430201.

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

Color convert

RGB 185 219 82 -
CMYK 0.16 0 0.63 0.14
HSL 74.89º 0.66% 0.59% -
HSV(B) 74.89º 0.63% 0.86% -
XYZ 46.86 61.59 17.4 -
YUV 193.22 65.24 122.14 -
System Red Green Blue C M Y K H S L
Decimal 185 219 82 0.16 0 0.63 0.14 74.89 0.66 0.59
Hex B9 DB 52 10 0 3F E 4B 42 3B
Octal 271 333 122 20 0 77 16 113 102 73
Binary 10111001 11011011 1010010 10000 0 111111 1110 1001011 1000010 111011

Color Harmonies of #B9DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DB52

Black with #B9DB52

Text Example


Text Example

White with #B9DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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