Html Css Color HEX #BACB48 Celery

📋 copy color: '#BACB48'

red 186 ◦ green 203 ◦ blue 72

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

Shades of Celery #BACB48

Tints of Celery #BACB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.62%

R = 40.35%
G = 44.03%
B = 15.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#BACB48 (or 0xBACB48) is known color: Celery. HEX triplet: BA, CB and 48. RGB value is (186,203,72). Sum of RGB (Red+Green+Blue) = 186+203+72=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB48 is #4534B7. Grayscale: #B7B7B7. Windows color (decimal): -4535480 or 4770746. OLE color: 4770746.

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

Color convert

RGB 186 203 72 -
CMYK 0.08 0 0.65 0.20
HSL 67.79º 0.56% 0.54% -
HSV(B) 67.79º 0.65% 0.8% -
XYZ 42.78 53.62 14.23 -
YUV 182.98 65.37 130.15 -
System Red Green Blue C M Y K H S L
Decimal 186 203 72 0.08 0 0.65 0.20 67.79 0.56 0.54
Hex BA CB 48 8 0 41 14 44 38 36
Octal 272 313 110 10 0 101 24 104 70 66
Binary 10111010 11001011 1001000 1000 0 1000001 10100 1000100 111000 110110

Color Harmonies of #BACB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACB48

Black with #BACB48

Text Example


Text Example

White with #BACB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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