Html Css Color HEX #BAC940 Celery

📋 copy color: '#BAC940'

red 186 ◦ green 201 ◦ blue 64

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

Shades of Celery #BAC940

Tints of Celery #BAC940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.19%

R = 41.24%
G = 44.57%
B = 14.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#BAC940 (or 0xBAC940) is known color: Celery. HEX triplet: BA, C9 and 40. RGB value is (186,201,64). Sum of RGB (Red+Green+Blue) = 186+201+64=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC940 is #4536BF. Grayscale: #B5B5B5. Windows color (decimal): -4536000 or 4245946. OLE color: 4245946.

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

Color convert

RGB 186 201 64 -
CMYK 0.07 0 0.68 0.21
HSL 66.57º 0.56% 0.52% -
HSV(B) 66.57º 0.68% 0.79% -
XYZ 42.06 52.58 12.78 -
YUV 180.9 62.03 131.64 -
System Red Green Blue C M Y K H S L
Decimal 186 201 64 0.07 0 0.68 0.21 66.57 0.56 0.52
Hex BA C9 40 7 0 44 15 43 38 34
Octal 272 311 100 7 0 104 25 103 70 64
Binary 10111010 11001001 1000000 111 0 1000100 10101 1000011 111000 110100

Color Harmonies of #BAC940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC940

Black with #BAC940

Text Example


Text Example

White with #BAC940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC940; }

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

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

background-color css

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

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

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

border-color css

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

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

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