Html Css Color HEX #BAD04A Celery

📋 copy color: '#BAD04A'

red 186 ◦ green 208 ◦ blue 74

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

Shades of Celery #BAD04A

Tints of Celery #BAD04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.44%

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

R = 39.74%
G = 44.44%
B = 15.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#BAD04A (or 0xBAD04A) is known color: Celery. HEX triplet: BA, D0 and 4A. RGB value is (186,208,74). Sum of RGB (Red+Green+Blue) = 186+208+74=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD04A is #452FB5. Grayscale: #BABABA. Windows color (decimal): -4534198 or 4903098. OLE color: 4903098.

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

Color convert

RGB 186 208 74 -
CMYK 0.11 0 0.64 0.18
HSL 69.85º 0.59% 0.55% -
HSV(B) 69.85º 0.64% 0.82% -
XYZ 44.04 56.05 14.98 -
YUV 186.15 64.71 127.9 -
System Red Green Blue C M Y K H S L
Decimal 186 208 74 0.11 0 0.64 0.18 69.85 0.59 0.55
Hex BA D0 4A B 0 40 12 46 3B 37
Octal 272 320 112 13 0 100 22 106 73 67
Binary 10111010 11010000 1001010 1011 0 1000000 10010 1000110 111011 110111

Color Harmonies of #BAD04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD04A

Black with #BAD04A

Text Example


Text Example

White with #BAD04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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