Html Css Color HEX #BAD047 Celery

📋 copy color: '#BAD047'

red 186 ◦ green 208 ◦ blue 71

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

Shades of Celery #BAD047

Tints of Celery #BAD047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.27%

R = 40%
G = 44.73%
B = 15.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#BAD047 (or 0xBAD047) is known color: Celery. HEX triplet: BA, D0 and 47. RGB value is (186,208,71). Sum of RGB (Red+Green+Blue) = 186+208+71=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD047 is #452FB8. Grayscale: #BABABA. Windows color (decimal): -4534201 or 4706490. OLE color: 4706490.

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

Color convert

RGB 186 208 71 -
CMYK 0.11 0 0.66 0.18
HSL 69.64º 0.59% 0.55% -
HSV(B) 69.64º 0.66% 0.82% -
XYZ 43.94 56.01 14.46 -
YUV 185.8 63.21 128.14 -
System Red Green Blue C M Y K H S L
Decimal 186 208 71 0.11 0 0.66 0.18 69.64 0.59 0.55
Hex BA D0 47 B 0 42 12 46 3B 37
Octal 272 320 107 13 0 102 22 106 73 67
Binary 10111010 11010000 1000111 1011 0 1000010 10010 1000110 111011 110111

Color Harmonies of #BAD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD047

Black with #BAD047

Text Example


Text Example

White with #BAD047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD047; }

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

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

background-color css

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

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

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

border-color css

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

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

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