Html Css Color HEX #BAC140 Celery

📋 copy color: '#BAC140'

red 186 ◦ green 193 ◦ blue 64

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

Shades of Celery #BAC140

Tints of Celery #BAC140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 41.99%
G = 43.57%
B = 14.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#BAC140 (or 0xBAC140) is known color: Celery. HEX triplet: BA, C1 and 40. RGB value is (186,193,64). Sum of RGB (Red+Green+Blue) = 186+193+64=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC140 is #453EBF. Grayscale: #B0B0B0. Windows color (decimal): -4538048 or 4243898. OLE color: 4243898.

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

Color convert

RGB 186 193 64 -
CMYK 0.04 0 0.67 0.24
HSL 63.26º 0.51% 0.5% -
HSV(B) 63.26º 0.67% 0.76% -
XYZ 40.25 48.95 12.18 -
YUV 176.2 64.68 134.99 -
System Red Green Blue C M Y K H S L
Decimal 186 193 64 0.04 0 0.67 0.24 63.26 0.51 0.5
Hex BA C1 40 4 0 43 18 3F 33 32
Octal 272 301 100 4 0 103 30 77 63 62
Binary 10111010 11000001 1000000 100 0 1000011 11000 111111 110011 110010

Color Harmonies of #BAC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC140

Black with #BAC140

Text Example


Text Example

White with #BAC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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