Html Css Color HEX #BAC340 Celery

📋 copy color: '#BAC340'

red 186 ◦ green 195 ◦ blue 64

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

Shades of Celery #BAC340

Tints of Celery #BAC340

RGB

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

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

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

R = 41.8%
G = 43.82%
B = 14.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#BAC340 (or 0xBAC340) is known color: Celery. HEX triplet: BA, C3 and 40. RGB value is (186,195,64). Sum of RGB (Red+Green+Blue) = 186+195+64=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC340 is #453CBF. Grayscale: #B1B1B1. Windows color (decimal): -4537536 or 4244410. OLE color: 4244410.

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

Color convert

RGB 186 195 64 -
CMYK 0.05 0 0.67 0.24
HSL 64.12º 0.52% 0.51% -
HSV(B) 64.12º 0.67% 0.76% -
XYZ 40.69 49.84 12.33 -
YUV 177.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 186 195 64 0.05 0 0.67 0.24 64.12 0.52 0.51
Hex BA C3 40 5 0 43 18 40 34 33
Octal 272 303 100 5 0 103 30 100 64 63
Binary 10111010 11000011 1000000 101 0 1000011 11000 1000000 110100 110011

Color Harmonies of #BAC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC340

Black with #BAC340

Text Example


Text Example

White with #BAC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC340; }

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

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

background-color css

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

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

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

border-color css

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

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

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