Html Css Color HEX #BADE49 Conifer

📋 copy color: '#BADE49'

red 186 ◦ green 222 ◦ blue 73

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

Shades of Conifer #BADE49

Tints of Conifer #BADE49

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.15%

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

R = 38.67%
G = 46.15%
B = 15.18%

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

#BADE49 (or 0xBADE49) is known color: Conifer. HEX triplet: BA, DE and 49. RGB value is (186,222,73). Sum of RGB (Red+Green+Blue) = 186+222+73=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE49 is #4521B6. Grayscale: #C2C2C2. Windows color (decimal): -4530615 or 4841146. OLE color: 4841146.

HSL color Cylindrical-coordinate representation of color #BADE49: hue angle of 74.5º 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 #BADE49 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 73 -
CMYK 0.16 0 0.67 0.13
HSL 74.5º 0.69% 0.58% -
HSV(B) 74.5º 0.67% 0.87% -
XYZ 47.57 63.16 15.99 -
YUV 194.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 186 222 73 0.16 0 0.67 0.13 74.5 0.69 0.58
Hex BA DE 49 10 0 43 D 4A 45 3A
Octal 272 336 111 20 0 103 15 112 105 72
Binary 10111010 11011110 1001001 10000 0 1000011 1101 1001010 1000101 111010

Color Harmonies of #BADE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE49

Black with #BADE49

Text Example


Text Example

White with #BADE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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