Html Css Color HEX #BACB49 Celery

📋 copy color: '#BACB49'

red 186 ◦ green 203 ◦ blue 73

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

Shades of Celery #BACB49

Tints of Celery #BACB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.94%

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

R = 40.26%
G = 43.94%
B = 15.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#BACB49 (or 0xBACB49) is known color: Celery. HEX triplet: BA, CB and 49. RGB value is (186,203,73). Sum of RGB (Red+Green+Blue) = 186+203+73=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB49 is #4534B6. Grayscale: #B7B7B7. Windows color (decimal): -4535479 or 4836282. OLE color: 4836282.

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

Color convert

RGB 186 203 73 -
CMYK 0.08 0 0.64 0.20
HSL 67.85º 0.56% 0.54% -
HSV(B) 67.85º 0.64% 0.8% -
XYZ 42.81 53.63 14.4 -
YUV 183.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 186 203 73 0.08 0 0.64 0.20 67.85 0.56 0.54
Hex BA CB 49 8 0 40 14 44 38 36
Octal 272 313 111 10 0 100 24 104 70 66
Binary 10111010 11001011 1001001 1000 0 1000000 10100 1000100 111000 110110

Color Harmonies of #BACB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACB49

Black with #BACB49

Text Example


Text Example

White with #BACB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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