Html Css Color HEX #BAC23A Celery

📋 copy color: '#BAC23A'

red 186 ◦ green 194 ◦ blue 58

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

Shades of Celery #BAC23A

Tints of Celery #BAC23A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.29%

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

R = 42.47%
G = 44.29%
B = 13.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#BAC23A (or 0xBAC23A) is known color: Celery. HEX triplet: BA, C2 and 3A. RGB value is (186,194,58). Sum of RGB (Red+Green+Blue) = 186+194+58=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC23A is #453DC5. Grayscale: #B0B0B0. Windows color (decimal): -4537798 or 3850938. OLE color: 3850938.

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

Color convert

RGB 186 194 58 -
CMYK 0.04 0 0.70 0.24
HSL 63.53º 0.54% 0.49% -
HSV(B) 63.53º 0.7% 0.76% -
XYZ 40.31 49.33 11.4 -
YUV 176.1 61.35 135.06 -
System Red Green Blue C M Y K H S L
Decimal 186 194 58 0.04 0 0.70 0.24 63.53 0.54 0.49
Hex BA C2 3A 4 0 46 18 40 36 31
Octal 272 302 72 4 0 106 30 100 66 61
Binary 10111010 11000010 111010 100 0 1000110 11000 1000000 110110 110001

Color Harmonies of #BAC23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC23A

Black with #BAC23A

Text Example


Text Example

White with #BAC23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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