Html Css Color HEX #B9DC52 Conifer

📋 copy color: '#B9DC52'

red 185 ◦ green 220 ◦ blue 82

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

Shades of Conifer #B9DC52

Tints of Conifer #B9DC52

RGB

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

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

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

R = 37.99%
G = 45.17%
B = 16.84%

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

#B9DC52 (or 0xB9DC52) is known color: Conifer. HEX triplet: B9, DC and 52. RGB value is (185,220,82). Sum of RGB (Red+Green+Blue) = 185+220+82=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC52 is #4623AD. Grayscale: #C2C2C2. Windows color (decimal): -4596654 or 5430457. OLE color: 5430457.

HSL color Cylindrical-coordinate representation of color #B9DC52: hue angle of 75.22º 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 #B9DC52 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 82 -
CMYK 0.16 0 0.63 0.14
HSL 75.22º 0.66% 0.59% -
HSV(B) 75.22º 0.63% 0.86% -
XYZ 47.12 62.11 17.49 -
YUV 193.8 64.9 121.72 -
System Red Green Blue C M Y K H S L
Decimal 185 220 82 0.16 0 0.63 0.14 75.22 0.66 0.59
Hex B9 DC 52 10 0 3F E 4B 42 3B
Octal 271 334 122 20 0 77 16 113 102 73
Binary 10111001 11011100 1010010 10000 0 111111 1110 1001011 1000010 111011

Color Harmonies of #B9DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC52

Black with #B9DC52

Text Example


Text Example

White with #B9DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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