Html Css Color HEX #BAC143 Celery

📋 copy color: '#BAC143'

red 186 ◦ green 193 ◦ blue 67

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

Shades of Celery #BAC143

Tints of Celery #BAC143

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.27%

 BLUE value IS 67 (26.56% from 255) = 15.02%

R = 41.7%
G = 43.27%
B = 15.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#BAC143 (or 0xBAC143) is known color: Celery. HEX triplet: BA, C1 and 43. RGB value is (186,193,67). Sum of RGB (Red+Green+Blue) = 186+193+67=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC143 is #453EBC. Grayscale: #B1B1B1. Windows color (decimal): -4538045 or 4440506. OLE color: 4440506.

HSL color Cylindrical-coordinate representation of color #BAC143: hue angle of 63.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC143 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 67 -
CMYK 0.04 0 0.65 0.24
HSL 63.33º 0.5% 0.51% -
HSV(B) 63.33º 0.65% 0.76% -
XYZ 40.33 48.98 12.64 -
YUV 176.54 66.18 134.75 -
System Red Green Blue C M Y K H S L
Decimal 186 193 67 0.04 0 0.65 0.24 63.33 0.5 0.51
Hex BA C1 43 4 0 41 18 3F 32 33
Octal 272 301 103 4 0 101 30 77 62 63
Binary 10111010 11000001 1000011 100 0 1000001 11000 111111 110010 110011

Color Harmonies of #BAC143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC143

Black with #BAC143

Text Example


Text Example

White with #BAC143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC143; }

 p { color: rgb(186,193,67); }

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

background-color css

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

 a { background-color: rgb(186,193,67); }

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

border-color css

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

 span { border-color: rgb(186,193,67); }

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