Html Css Color HEX #BAD24A Celery

📋 copy color: '#BAD24A'

red 186 ◦ green 210 ◦ blue 74

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

Shades of Celery #BAD24A

Tints of Celery #BAD24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.74%

R = 39.57%
G = 44.68%
B = 15.74%

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

#BAD24A (or 0xBAD24A) is known color: Celery. HEX triplet: BA, D2 and 4A. RGB value is (186,210,74). Sum of RGB (Red+Green+Blue) = 186+210+74=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD24A is #452DB5. Grayscale: #BBBBBB. Windows color (decimal): -4533686 or 4903610. OLE color: 4903610.

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

Color convert

RGB 186 210 74 -
CMYK 0.11 0 0.65 0.18
HSL 70.59º 0.6% 0.56% -
HSV(B) 70.59º 0.65% 0.82% -
XYZ 44.53 57.03 15.14 -
YUV 187.32 64.05 127.06 -
System Red Green Blue C M Y K H S L
Decimal 186 210 74 0.11 0 0.65 0.18 70.59 0.6 0.56
Hex BA D2 4A B 0 41 12 47 3C 38
Octal 272 322 112 13 0 101 22 107 74 70
Binary 10111010 11010010 1001010 1011 0 1000001 10010 1000111 111100 111000

Color Harmonies of #BAD24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD24A

Black with #BAD24A

Text Example


Text Example

White with #BAD24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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