Html Css Color HEX #BAD249 Celery

📋 copy color: '#BAD249'

red 186 ◦ green 210 ◦ blue 73

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

Shades of Celery #BAD249

Tints of Celery #BAD249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.78%

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

R = 39.66%
G = 44.78%
B = 15.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#BAD249 (or 0xBAD249) is known color: Celery. HEX triplet: BA, D2 and 49. RGB value is (186,210,73). Sum of RGB (Red+Green+Blue) = 186+210+73=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD249 is #452DB6. Grayscale: #BBBBBB. Windows color (decimal): -4533687 or 4838074. OLE color: 4838074.

HSL color Cylindrical-coordinate representation of color #BAD249: hue angle of 70.51º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAD249 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 210 73 -
CMYK 0.11 0 0.65 0.18
HSL 70.51º 0.6% 0.55% -
HSV(B) 70.51º 0.65% 0.82% -
XYZ 44.5 57.01 14.96 -
YUV 187.21 63.55 127.14 -
System Red Green Blue C M Y K H S L
Decimal 186 210 73 0.11 0 0.65 0.18 70.51 0.6 0.55
Hex BA D2 49 B 0 41 12 47 3C 37
Octal 272 322 111 13 0 101 22 107 74 67
Binary 10111010 11010010 1001001 1011 0 1000001 10010 1000111 111100 110111

Color Harmonies of #BAD249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD249

Black with #BAD249

Text Example


Text Example

White with #BAD249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD249; }

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

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

background-color css

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

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

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

border-color css

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

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

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