Html Css Color HEX #BAD849 Conifer

📋 copy color: '#BAD849'

red 186 ◦ green 216 ◦ blue 73

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

Shades of Conifer #BAD849

Tints of Conifer #BAD849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.47%

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

R = 39.16%
G = 45.47%
B = 15.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#BAD849 (or 0xBAD849) is known color: Conifer. HEX triplet: BA, D8 and 49. RGB value is (186,216,73). Sum of RGB (Red+Green+Blue) = 186+216+73=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD849 is #4527B6. Grayscale: #BFBFBF. Windows color (decimal): -4532151 or 4839610. OLE color: 4839610.

HSL color Cylindrical-coordinate representation of color #BAD849: hue angle of 72.59º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAD849 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 216 73 -
CMYK 0.14 0 0.66 0.15
HSL 72.59º 0.65% 0.57% -
HSV(B) 72.59º 0.66% 0.85% -
XYZ 46.01 60.03 15.47 -
YUV 190.73 61.56 124.63 -
System Red Green Blue C M Y K H S L
Decimal 186 216 73 0.14 0 0.66 0.15 72.59 0.65 0.57
Hex BA D8 49 E 0 42 F 49 41 39
Octal 272 330 111 16 0 102 17 111 101 71
Binary 10111010 11011000 1001001 1110 0 1000010 1111 1001001 1000001 111001

Color Harmonies of #BAD849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD849

Black with #BAD849

Text Example


Text Example

White with #BAD849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD849; }

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

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

background-color css

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

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

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

border-color css

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

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

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