Html Css Color HEX #BAC64F Celery

📋 copy color: '#BAC64F'

red 186 ◦ green 198 ◦ blue 79

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

Shades of Celery #BAC64F

Tints of Celery #BAC64F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.76%

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

R = 40.17%
G = 42.76%
B = 17.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#BAC64F (or 0xBAC64F) is known color: Celery. HEX triplet: BA, C6 and 4F. RGB value is (186,198,79). Sum of RGB (Red+Green+Blue) = 186+198+79=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC64F is #4539B0. Grayscale: #B5B5B5. Windows color (decimal): -4536753 or 5228218. OLE color: 5228218.

HSL color Cylindrical-coordinate representation of color #BAC64F: hue angle of 66.05º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAC64F is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 79 -
CMYK 0.06 0 0.60 0.22
HSL 66.05º 0.51% 0.54% -
HSV(B) 66.05º 0.6% 0.78% -
XYZ 41.86 51.39 15.11 -
YUV 180.85 70.52 131.68 -
System Red Green Blue C M Y K H S L
Decimal 186 198 79 0.06 0 0.60 0.22 66.05 0.51 0.54
Hex BA C6 4F 6 0 3C 16 42 33 36
Octal 272 306 117 6 0 74 26 102 63 66
Binary 10111010 11000110 1001111 110 0 111100 10110 1000010 110011 110110

Color Harmonies of #BAC64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC64F

Black with #BAC64F

Text Example


Text Example

White with #BAC64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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