Html Css Color HEX #BAC748 Celery

📋 copy color: '#BAC748'

red 186 ◦ green 199 ◦ blue 72

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

Shades of Celery #BAC748

Tints of Celery #BAC748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.54%

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

R = 40.7%
G = 43.54%
B = 15.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#BAC748 (or 0xBAC748) is known color: Celery. HEX triplet: BA, C7 and 48. RGB value is (186,199,72). Sum of RGB (Red+Green+Blue) = 186+199+72=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC748 is #4538B7. Grayscale: #B5B5B5. Windows color (decimal): -4536504 or 4769722. OLE color: 4769722.

HSL color Cylindrical-coordinate representation of color #BAC748: hue angle of 66.14º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAC748 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 72 -
CMYK 0.07 0 0.64 0.22
HSL 66.14º 0.53% 0.53% -
HSV(B) 66.14º 0.64% 0.78% -
XYZ 41.84 51.75 13.92 -
YUV 180.64 66.69 131.83 -
System Red Green Blue C M Y K H S L
Decimal 186 199 72 0.07 0 0.64 0.22 66.14 0.53 0.53
Hex BA C7 48 7 0 40 16 42 35 35
Octal 272 307 110 7 0 100 26 102 65 65
Binary 10111010 11000111 1001000 111 0 1000000 10110 1000010 110101 110101

Color Harmonies of #BAC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC748

Black with #BAC748

Text Example


Text Example

White with #BAC748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC748; }

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

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

background-color css

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

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

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

border-color css

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

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

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