Html Css Color HEX #B9DC45 Conifer

📋 copy color: '#B9DC45'

red 185 ◦ green 220 ◦ blue 69

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

Shades of Conifer #B9DC45

Tints of Conifer #B9DC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.56%

R = 39.03%
G = 46.41%
B = 14.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#B9DC45 (or 0xB9DC45) is known color: Conifer. HEX triplet: B9, DC and 45. RGB value is (185,220,69). Sum of RGB (Red+Green+Blue) = 185+220+69=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC45 is #4623BA. Grayscale: #C0C0C0. Windows color (decimal): -4596667 or 4578489. OLE color: 4578489.

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

Color convert

RGB 185 220 69 -
CMYK 0.16 0 0.69 0.14
HSL 73.91º 0.68% 0.57% -
HSV(B) 73.91º 0.69% 0.86% -
XYZ 46.67 61.93 15.12 -
YUV 192.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 185 220 69 0.16 0 0.69 0.14 73.91 0.68 0.57
Hex B9 DC 45 10 0 45 E 4A 44 39
Octal 271 334 105 20 0 105 16 112 104 71
Binary 10111001 11011100 1000101 10000 0 1000101 1110 1001010 1000100 111001

Color Harmonies of #B9DC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC45

Black with #B9DC45

Text Example


Text Example

White with #B9DC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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