Html Css Color HEX #BAC53F Celery

📋 copy color: '#BAC53F'

red 186 ◦ green 197 ◦ blue 63

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

Shades of Celery #BAC53F

Tints of Celery #BAC53F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.17%

 BLUE value IS 63 (25% from 255) = 14.13%

R = 41.7%
G = 44.17%
B = 14.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#BAC53F (or 0xBAC53F) is known color: Celery. HEX triplet: BA, C5 and 3F. RGB value is (186,197,63). Sum of RGB (Red+Green+Blue) = 186+197+63=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC53F is #453AC0. Grayscale: #B2B2B2. Windows color (decimal): -4537025 or 4179386. OLE color: 4179386.

HSL color Cylindrical-coordinate representation of color #BAC53F: hue angle of 64.93º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAC53F is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 197 63 -
CMYK 0.06 0 0.68 0.23
HSL 64.93º 0.54% 0.51% -
HSV(B) 64.93º 0.68% 0.77% -
XYZ 41.11 50.73 12.33 -
YUV 178.44 62.86 133.4 -
System Red Green Blue C M Y K H S L
Decimal 186 197 63 0.06 0 0.68 0.23 64.93 0.54 0.51
Hex BA C5 3F 6 0 44 17 41 36 33
Octal 272 305 77 6 0 104 27 101 66 63
Binary 10111010 11000101 111111 110 0 1000100 10111 1000001 110110 110011

Color Harmonies of #BAC53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC53F

Black with #BAC53F

Text Example


Text Example

White with #BAC53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC53F; }

 p { color: rgb(186,197,63); }

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

background-color css

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

 a { background-color: rgb(186,197,63); }

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

border-color css

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

 span { border-color: rgb(186,197,63); }

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