Html Css Color HEX #BAC14F Celery

📋 copy color: '#BAC14F'

red 186 ◦ green 193 ◦ blue 79

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

Shades of Celery #BAC14F

Tints of Celery #BAC14F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.14%

 BLUE value IS 79 (31.25% from 255) = 17.25%

R = 40.61%
G = 42.14%
B = 17.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#BAC14F (or 0xBAC14F) is known color: Celery. HEX triplet: BA, C1 and 4F. RGB value is (186,193,79). Sum of RGB (Red+Green+Blue) = 186+193+79=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC14F is #453EB0. Grayscale: #B2B2B2. Windows color (decimal): -4538033 or 5226938. OLE color: 5226938.

HSL color Cylindrical-coordinate representation of color #BAC14F: hue angle of 63.68º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAC14F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 79 -
CMYK 0.04 0 0.59 0.24
HSL 63.68º 0.48% 0.53% -
HSV(B) 63.68º 0.59% 0.76% -
XYZ 40.73 49.14 14.74 -
YUV 177.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 186 193 79 0.04 0 0.59 0.24 63.68 0.48 0.53
Hex BA C1 4F 4 0 3B 18 40 30 35
Octal 272 301 117 4 0 73 30 100 60 65
Binary 10111010 11000001 1001111 100 0 111011 11000 1000000 110000 110101

Color Harmonies of #BAC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC14F

Black with #BAC14F

Text Example


Text Example

White with #BAC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC14F; }

 p { color: rgb(186,193,79); }

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

background-color css

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

 a { background-color: rgb(186,193,79); }

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

border-color css

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

 span { border-color: rgb(186,193,79); }

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