Html Css Color HEX #BADD49 Conifer

📋 copy color: '#BADD49'

red 186 ◦ green 221 ◦ blue 73

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

Shades of Conifer #BADD49

Tints of Conifer #BADD49

RGB

 RED value IS 186 (73.05% from 255) = 38.75%

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

 BLUE value IS 73 (28.91% from 255) = 15.21%

R = 38.75%
G = 46.04%
B = 15.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#BADD49 (or 0xBADD49) is known color: Conifer. HEX triplet: BA, DD and 49. RGB value is (186,221,73). Sum of RGB (Red+Green+Blue) = 186+221+73=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD49 is #4522B6. Grayscale: #C2C2C2. Windows color (decimal): -4530871 or 4840890. OLE color: 4840890.

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

Color convert

RGB 186 221 73 -
CMYK 0.16 0 0.67 0.13
HSL 74.19º 0.69% 0.58% -
HSV(B) 74.19º 0.67% 0.87% -
XYZ 47.31 62.63 15.9 -
YUV 193.66 59.9 122.53 -
System Red Green Blue C M Y K H S L
Decimal 186 221 73 0.16 0 0.67 0.13 74.19 0.69 0.58
Hex BA DD 49 10 0 43 D 4A 45 3A
Octal 272 335 111 20 0 103 15 112 105 72
Binary 10111010 11011101 1001001 10000 0 1000011 1101 1001010 1000101 111010

Color Harmonies of #BADD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD49

Black with #BADD49

Text Example


Text Example

White with #BADD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD49; }

 p { color: rgb(186,221,73); }

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

background-color css

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

 a { background-color: rgb(186,221,73); }

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

border-color css

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

 span { border-color: rgb(186,221,73); }

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