Html Css Color HEX #BAC33A Celery

📋 copy color: '#BAC33A'

red 186 ◦ green 195 ◦ blue 58

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

Shades of Celery #BAC33A

Tints of Celery #BAC33A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.42%

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

R = 42.37%
G = 44.42%
B = 13.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#BAC33A (or 0xBAC33A) is known color: Celery. HEX triplet: BA, C3 and 3A. RGB value is (186,195,58). Sum of RGB (Red+Green+Blue) = 186+195+58=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC33A is #453CC5. Grayscale: #B1B1B1. Windows color (decimal): -4537542 or 3851194. OLE color: 3851194.

HSL color Cylindrical-coordinate representation of color #BAC33A: hue angle of 63.94º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAC33A is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 195 58 -
CMYK 0.05 0 0.70 0.24
HSL 63.94º 0.54% 0.5% -
HSV(B) 63.94º 0.7% 0.76% -
XYZ 40.53 49.77 11.47 -
YUV 176.69 61.02 134.64 -
System Red Green Blue C M Y K H S L
Decimal 186 195 58 0.05 0 0.70 0.24 63.94 0.54 0.5
Hex BA C3 3A 5 0 46 18 40 36 32
Octal 272 303 72 5 0 106 30 100 66 62
Binary 10111010 11000011 111010 101 0 1000110 11000 1000000 110110 110010

Color Harmonies of #BAC33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC33A

Black with #BAC33A

Text Example


Text Example

White with #BAC33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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