Html Css Color HEX #BAC94E Celery

📋 copy color: '#BAC94E'

red 186 ◦ green 201 ◦ blue 78

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

Shades of Celery #BAC94E

Tints of Celery #BAC94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.77%

R = 40%
G = 43.23%
B = 16.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#BAC94E (or 0xBAC94E) is known color: Celery. HEX triplet: BA, C9 and 4E. RGB value is (186,201,78). Sum of RGB (Red+Green+Blue) = 186+201+78=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC94E is #4536B1. Grayscale: #B6B6B6. Windows color (decimal): -4535986 or 5163450. OLE color: 5163450.

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

Color convert

RGB 186 201 78 -
CMYK 0.07 0 0.61 0.21
HSL 67.32º 0.53% 0.55% -
HSV(B) 67.32º 0.61% 0.79% -
XYZ 42.51 52.76 15.15 -
YUV 182.49 69.03 130.5 -
System Red Green Blue C M Y K H S L
Decimal 186 201 78 0.07 0 0.61 0.21 67.32 0.53 0.55
Hex BA C9 4E 7 0 3D 15 43 35 37
Octal 272 311 116 7 0 75 25 103 65 67
Binary 10111010 11001001 1001110 111 0 111101 10101 1000011 110101 110111

Color Harmonies of #BAC94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC94E

Black with #BAC94E

Text Example


Text Example

White with #BAC94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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