Html Css Color HEX #BAC648 Celery

📋 copy color: '#BAC648'

red 186 ◦ green 198 ◦ blue 72

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

Shades of Celery #BAC648

Tints of Celery #BAC648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

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

R = 40.79%
G = 43.42%
B = 15.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#BAC648 (or 0xBAC648) is known color: Celery. HEX triplet: BA, C6 and 48. RGB value is (186,198,72). Sum of RGB (Red+Green+Blue) = 186+198+72=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC648 is #4539B7. Grayscale: #B4B4B4. Windows color (decimal): -4536760 or 4769466. OLE color: 4769466.

HSL color Cylindrical-coordinate representation of color #BAC648: hue angle of 65.71º degrees, saturation: 0.52, 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 #BAC648 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 72 -
CMYK 0.06 0 0.64 0.22
HSL 65.71º 0.53% 0.53% -
HSV(B) 65.71º 0.64% 0.78% -
XYZ 41.61 51.3 13.84 -
YUV 180.05 67.02 132.25 -
System Red Green Blue C M Y K H S L
Decimal 186 198 72 0.06 0 0.64 0.22 65.71 0.53 0.53
Hex BA C6 48 6 0 40 16 42 34 35
Octal 272 306 110 6 0 100 26 102 64 65
Binary 10111010 11000110 1001000 110 0 1000000 10110 1000010 110100 110101

Color Harmonies of #BAC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC648

Black with #BAC648

Text Example


Text Example

White with #BAC648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC648; }

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

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

background-color css

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

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

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

border-color css

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

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

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