Html Css Color HEX #BAC245 Celery

📋 copy color: '#BAC245'

red 186 ◦ green 194 ◦ blue 69

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

Shades of Celery #BAC245

Tints of Celery #BAC245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.37%

R = 41.43%
G = 43.21%
B = 15.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#BAC245 (or 0xBAC245) is known color: Celery. HEX triplet: BA, C2 and 45. RGB value is (186,194,69). Sum of RGB (Red+Green+Blue) = 186+194+69=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC245 is #453DBA. Grayscale: #B1B1B1. Windows color (decimal): -4537787 or 4571834. OLE color: 4571834.

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

Color convert

RGB 186 194 69 -
CMYK 0.04 0 0.64 0.24
HSL 63.84º 0.51% 0.52% -
HSV(B) 63.84º 0.64% 0.76% -
XYZ 40.62 49.45 13.03 -
YUV 177.36 66.85 134.16 -
System Red Green Blue C M Y K H S L
Decimal 186 194 69 0.04 0 0.64 0.24 63.84 0.51 0.52
Hex BA C2 45 4 0 40 18 40 33 34
Octal 272 302 105 4 0 100 30 100 63 64
Binary 10111010 11000010 1000101 100 0 1000000 11000 1000000 110011 110100

Color Harmonies of #BAC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC245

Black with #BAC245

Text Example


Text Example

White with #BAC245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC245; }

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

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

background-color css

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

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

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

border-color css

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

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

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