Html Css Color HEX #BAC646 Celery

📋 copy color: '#BAC646'

red 186 ◦ green 198 ◦ blue 70

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

Shades of Celery #BAC646

Tints of Celery #BAC646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.42%

R = 40.97%
G = 43.61%
B = 15.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#BAC646 (or 0xBAC646) is known color: Celery. HEX triplet: BA, C6 and 46. RGB value is (186,198,70). Sum of RGB (Red+Green+Blue) = 186+198+70=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC646 is #4539B9. Grayscale: #B4B4B4. Windows color (decimal): -4536762 or 4638394. OLE color: 4638394.

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

Color convert

RGB 186 198 70 -
CMYK 0.06 0 0.65 0.22
HSL 65.63º 0.53% 0.53% -
HSV(B) 65.63º 0.65% 0.78% -
XYZ 41.55 51.27 13.5 -
YUV 179.82 66.02 132.41 -
System Red Green Blue C M Y K H S L
Decimal 186 198 70 0.06 0 0.65 0.22 65.63 0.53 0.53
Hex BA C6 46 6 0 41 16 42 35 35
Octal 272 306 106 6 0 101 26 102 65 65
Binary 10111010 11000110 1000110 110 0 1000001 10110 1000010 110101 110101

Color Harmonies of #BAC646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC646

Black with #BAC646

Text Example


Text Example

White with #BAC646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC646; }

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

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

background-color css

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

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

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

border-color css

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

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

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