Html Css Color HEX #BAC64A Celery

📋 copy color: '#BAC64A'

red 186 ◦ green 198 ◦ blue 74

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

Shades of Celery #BAC64A

Tints of Celery #BAC64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.16%

R = 40.61%
G = 43.23%
B = 16.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#BAC64A (or 0xBAC64A) is known color: Celery. HEX triplet: BA, C6 and 4A. RGB value is (186,198,74). Sum of RGB (Red+Green+Blue) = 186+198+74=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC64A is #4539B5. Grayscale: #B4B4B4. Windows color (decimal): -4536758 or 4900538. OLE color: 4900538.

HSL color Cylindrical-coordinate representation of color #BAC64A: hue angle of 65.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAC64A is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 74 -
CMYK 0.06 0 0.63 0.22
HSL 65.81º 0.52% 0.53% -
HSV(B) 65.81º 0.63% 0.78% -
XYZ 41.68 51.32 14.19 -
YUV 180.28 68.02 132.08 -
System Red Green Blue C M Y K H S L
Decimal 186 198 74 0.06 0 0.63 0.22 65.81 0.52 0.53
Hex BA C6 4A 6 0 3F 16 42 34 35
Octal 272 306 112 6 0 77 26 102 64 65
Binary 10111010 11000110 1001010 110 0 111111 10110 1000010 110100 110101

Color Harmonies of #BAC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC64A

Black with #BAC64A

Text Example


Text Example

White with #BAC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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