Html Css Color HEX #BAD349 Conifer

📋 copy color: '#BAD349'

red 186 ◦ green 211 ◦ blue 73

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

Shades of Conifer #BAD349

Tints of Conifer #BAD349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.89%

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

R = 39.57%
G = 44.89%
B = 15.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#BAD349 (or 0xBAD349) is known color: Conifer. HEX triplet: BA, D3 and 49. RGB value is (186,211,73). Sum of RGB (Red+Green+Blue) = 186+211+73=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD349 is #452CB6. Grayscale: #BCBCBC. Windows color (decimal): -4533431 or 4838330. OLE color: 4838330.

HSL color Cylindrical-coordinate representation of color #BAD349: hue angle of 70.87º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAD349 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 73 -
CMYK 0.12 0 0.65 0.17
HSL 70.87º 0.61% 0.56% -
HSV(B) 70.87º 0.65% 0.83% -
XYZ 44.75 57.51 15.05 -
YUV 187.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 186 211 73 0.12 0 0.65 0.17 70.87 0.61 0.56
Hex BA D3 49 C 0 41 11 47 3D 38
Octal 272 323 111 14 0 101 21 107 75 70
Binary 10111010 11010011 1001001 1100 0 1000001 10001 1000111 111101 111000

Color Harmonies of #BAD349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD349

Black with #BAD349

Text Example


Text Example

White with #BAD349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD349; }

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

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

background-color css

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

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

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

border-color css

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

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

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