Html Css Color HEX #BACA49 Celery

📋 copy color: '#BACA49'

red 186 ◦ green 202 ◦ blue 73

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

Shades of Celery #BACA49

Tints of Celery #BACA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.82%

 BLUE value IS 73 (28.91% from 255) = 15.84%

R = 40.35%
G = 43.82%
B = 15.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#BACA49 (or 0xBACA49) is known color: Celery. HEX triplet: BA, CA and 49. RGB value is (186,202,73). Sum of RGB (Red+Green+Blue) = 186+202+73=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA49 is #4535B6. Grayscale: #B7B7B7. Windows color (decimal): -4535735 or 4836026. OLE color: 4836026.

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

Color convert

RGB 186 202 73 -
CMYK 0.08 0 0.64 0.21
HSL 67.44º 0.55% 0.54% -
HSV(B) 67.44º 0.64% 0.79% -
XYZ 42.57 53.16 14.32 -
YUV 182.51 66.2 130.49 -
System Red Green Blue C M Y K H S L
Decimal 186 202 73 0.08 0 0.64 0.21 67.44 0.55 0.54
Hex BA CA 49 8 0 40 15 43 37 36
Octal 272 312 111 10 0 100 25 103 67 66
Binary 10111010 11001010 1001001 1000 0 1000000 10101 1000011 110111 110110

Color Harmonies of #BACA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA49

Black with #BACA49

Text Example


Text Example

White with #BACA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA49; }

 p { color: rgb(186,202,73); }

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

background-color css

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

 a { background-color: rgb(186,202,73); }

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

border-color css

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

 span { border-color: rgb(186,202,73); }

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