Html Css Color HEX #BAC944 Celery

📋 copy color: '#BAC944'

red 186 ◦ green 201 ◦ blue 68

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

Shades of Celery #BAC944

Tints of Celery #BAC944

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.18%

 BLUE value IS 68 (26.95% from 255) = 14.95%

R = 40.88%
G = 44.18%
B = 14.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#BAC944 (or 0xBAC944) is known color: Celery. HEX triplet: BA, C9 and 44. RGB value is (186,201,68). Sum of RGB (Red+Green+Blue) = 186+201+68=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC944 is #4536BB. Grayscale: #B5B5B5. Windows color (decimal): -4535996 or 4508090. OLE color: 4508090.

HSL color Cylindrical-coordinate representation of color #BAC944: hue angle of 66.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAC944 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 68 -
CMYK 0.07 0 0.66 0.21
HSL 66.77º 0.55% 0.53% -
HSV(B) 66.77º 0.66% 0.79% -
XYZ 42.18 52.63 13.4 -
YUV 181.35 64.03 131.31 -
System Red Green Blue C M Y K H S L
Decimal 186 201 68 0.07 0 0.66 0.21 66.77 0.55 0.53
Hex BA C9 44 7 0 42 15 43 37 35
Octal 272 311 104 7 0 102 25 103 67 65
Binary 10111010 11001001 1000100 111 0 1000010 10101 1000011 110111 110101

Color Harmonies of #BAC944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC944

Black with #BAC944

Text Example


Text Example

White with #BAC944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC944; }

 p { color: rgb(186,201,68); }

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

background-color css

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

 a { background-color: rgb(186,201,68); }

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

border-color css

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

 span { border-color: rgb(186,201,68); }

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