Html Css Color HEX #BAD146 Celery

📋 copy color: '#BAD146'

red 186 ◦ green 209 ◦ blue 70

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

Shades of Celery #BAD146

Tints of Celery #BAD146

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.95%

 BLUE value IS 70 (27.73% from 255) = 15.05%

R = 40%
G = 44.95%
B = 15.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#BAD146 (or 0xBAD146) is known color: Celery. HEX triplet: BA, D1 and 46. RGB value is (186,209,70). Sum of RGB (Red+Green+Blue) = 186+209+70=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD146 is #452EB9. Grayscale: #BABABA. Windows color (decimal): -4533946 or 4641210. OLE color: 4641210.

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

Color convert

RGB 186 209 70 -
CMYK 0.11 0 0.67 0.18
HSL 69.93º 0.6% 0.55% -
HSV(B) 69.93º 0.67% 0.82% -
XYZ 44.16 56.48 14.37 -
YUV 186.28 62.38 127.8 -
System Red Green Blue C M Y K H S L
Decimal 186 209 70 0.11 0 0.67 0.18 69.93 0.6 0.55
Hex BA D1 46 B 0 43 12 46 3C 37
Octal 272 321 106 13 0 103 22 106 74 67
Binary 10111010 11010001 1000110 1011 0 1000011 10010 1000110 111100 110111

Color Harmonies of #BAD146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD146

Black with #BAD146

Text Example


Text Example

White with #BAD146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD146; }

 p { color: rgb(186,209,70); }

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

background-color css

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

 a { background-color: rgb(186,209,70); }

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

border-color css

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

 span { border-color: rgb(186,209,70); }

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