Html Css Color HEX #B9DC61 Conifer

📋 copy color: '#B9DC61'

red 185 ◦ green 220 ◦ blue 97

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

Shades of Conifer #B9DC61

Tints of Conifer #B9DC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.32%

R = 36.85%
G = 43.82%
B = 19.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#B9DC61 (or 0xB9DC61) is known color: Conifer. HEX triplet: B9, DC and 61. RGB value is (185,220,97). Sum of RGB (Red+Green+Blue) = 185+220+97=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC61 is #46239E. Grayscale: #C3C3C3. Windows color (decimal): -4596639 or 6413497. OLE color: 6413497.

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

Color convert

RGB 185 220 97 -
CMYK 0.16 0 0.56 0.14
HSL 77.07º 0.64% 0.62% -
HSV(B) 77.07º 0.56% 0.86% -
XYZ 47.76 62.36 20.83 -
YUV 195.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 185 220 97 0.16 0 0.56 0.14 77.07 0.64 0.62
Hex B9 DC 61 10 0 38 E 4D 40 3E
Octal 271 334 141 20 0 70 16 115 100 76
Binary 10111001 11011100 1100001 10000 0 111000 1110 1001101 1000000 111110

Color Harmonies of #B9DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC61

Black with #B9DC61

Text Example


Text Example

White with #B9DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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