Html Css Color HEX #BAC946 Celery

📋 copy color: '#BAC946'

red 186 ◦ green 201 ◦ blue 70

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

Shades of Celery #BAC946

Tints of Celery #BAC946

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.98%

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

R = 40.7%
G = 43.98%
B = 15.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#BAC946 (or 0xBAC946) is known color: Celery. HEX triplet: BA, C9 and 46. RGB value is (186,201,70). Sum of RGB (Red+Green+Blue) = 186+201+70=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC946 is #4536B9. Grayscale: #B6B6B6. Windows color (decimal): -4535994 or 4639162. OLE color: 4639162.

HSL color Cylindrical-coordinate representation of color #BAC946: hue angle of 66.87º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC946 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 70 -
CMYK 0.07 0 0.65 0.21
HSL 66.87º 0.55% 0.53% -
HSV(B) 66.87º 0.65% 0.79% -
XYZ 42.24 52.65 13.73 -
YUV 181.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 186 201 70 0.07 0 0.65 0.21 66.87 0.55 0.53
Hex BA C9 46 7 0 41 15 43 37 35
Octal 272 311 106 7 0 101 25 103 67 65
Binary 10111010 11001001 1000110 111 0 1000001 10101 1000011 110111 110101

Color Harmonies of #BAC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC946

Black with #BAC946

Text Example


Text Example

White with #BAC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC946; }

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

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

background-color css

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

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

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

border-color css

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

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

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