Html Css Color HEX #B9DD45 Conifer

📋 copy color: '#B9DD45'

red 185 ◦ green 221 ◦ blue 69

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

Shades of Conifer #B9DD45

Tints of Conifer #B9DD45

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.53%

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

R = 38.95%
G = 46.53%
B = 14.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#B9DD45 (or 0xB9DD45) is known color: Conifer. HEX triplet: B9, DD and 45. RGB value is (185,221,69). Sum of RGB (Red+Green+Blue) = 185+221+69=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD45 is #4622BA. Grayscale: #C1C1C1. Windows color (decimal): -4596411 or 4578745. OLE color: 4578745.

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

Color convert

RGB 185 221 69 -
CMYK 0.16 0 0.69 0.13
HSL 74.21º 0.69% 0.57% -
HSV(B) 74.21º 0.69% 0.87% -
XYZ 46.94 62.46 15.21 -
YUV 192.91 58.07 122.36 -
System Red Green Blue C M Y K H S L
Decimal 185 221 69 0.16 0 0.69 0.13 74.21 0.69 0.57
Hex B9 DD 45 10 0 45 D 4A 45 39
Octal 271 335 105 20 0 105 15 112 105 71
Binary 10111001 11011101 1000101 10000 0 1000101 1101 1001010 1000101 111001

Color Harmonies of #B9DD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD45

Black with #B9DD45

Text Example


Text Example

White with #B9DD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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