Html Css Color HEX #BAC03A Celery

📋 copy color: '#BAC03A'

red 186 ◦ green 192 ◦ blue 58

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

Shades of Celery #BAC03A

Tints of Celery #BAC03A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

 BLUE value IS 58 (23.05% from 255) = 13.3%

R = 42.66%
G = 44.04%
B = 13.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BAC03A (or 0xBAC03A) is known color: Celery. HEX triplet: BA, C0 and 3A. RGB value is (186,192,58). Sum of RGB (Red+Green+Blue) = 186+192+58=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC03A is #453FC5. Grayscale: #AFAFAF. Windows color (decimal): -4538310 or 3850426. OLE color: 3850426.

HSL color Cylindrical-coordinate representation of color #BAC03A: hue angle of 62.69º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAC03A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 192 58 -
CMYK 0.03 0 0.70 0.25
HSL 62.69º 0.54% 0.49% -
HSV(B) 62.69º 0.7% 0.75% -
XYZ 39.86 48.44 11.25 -
YUV 174.93 62.01 135.9 -
System Red Green Blue C M Y K H S L
Decimal 186 192 58 0.03 0 0.70 0.25 62.69 0.54 0.49
Hex BA C0 3A 3 0 46 19 3F 36 31
Octal 272 300 72 3 0 106 31 77 66 61
Binary 10111010 11000000 111010 11 0 1000110 11001 111111 110110 110001

Color Harmonies of #BAC03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC03A

Black with #BAC03A

Text Example


Text Example

White with #BAC03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC03A; }

 p { color: rgb(186,192,58); }

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

background-color css

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

 a { background-color: rgb(186,192,58); }

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

border-color css

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

 span { border-color: rgb(186,192,58); }

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