Html Css Color HEX #BAC947 Celery

📋 copy color: '#BAC947'

red 186 ◦ green 201 ◦ blue 71

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

Shades of Celery #BAC947

Tints of Celery #BAC947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.5%

R = 40.61%
G = 43.89%
B = 15.5%

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

#BAC947 (or 0xBAC947) is known color: Celery. HEX triplet: BA, C9 and 47. RGB value is (186,201,71). Sum of RGB (Red+Green+Blue) = 186+201+71=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC947 is #4536B8. Grayscale: #B6B6B6. Windows color (decimal): -4535993 or 4704698. OLE color: 4704698.

HSL color Cylindrical-coordinate representation of color #BAC947: hue angle of 66.92º 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 #BAC947 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 71 -
CMYK 0.07 0 0.65 0.21
HSL 66.92º 0.55% 0.53% -
HSV(B) 66.92º 0.65% 0.79% -
XYZ 42.27 52.67 13.9 -
YUV 181.7 65.53 131.07 -
System Red Green Blue C M Y K H S L
Decimal 186 201 71 0.07 0 0.65 0.21 66.92 0.55 0.53
Hex BA C9 47 7 0 41 15 43 37 35
Octal 272 311 107 7 0 101 25 103 67 65
Binary 10111010 11001001 1000111 111 0 1000001 10101 1000011 110111 110101

Color Harmonies of #BAC947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC947

Black with #BAC947

Text Example


Text Example

White with #BAC947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC947; }

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

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

background-color css

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

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

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

border-color css

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

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

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