Html Css Color HEX #BACE45 Celery

📋 copy color: '#BACE45'

red 186 ◦ green 206 ◦ blue 69

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

Shades of Celery #BACE45

Tints of Celery #BACE45

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

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

R = 40.35%
G = 44.69%
B = 14.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#BACE45 (or 0xBACE45) is known color: Celery. HEX triplet: BA, CE and 45. RGB value is (186,206,69). Sum of RGB (Red+Green+Blue) = 186+206+69=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE45 is #4531BA. Grayscale: #B8B8B8. Windows color (decimal): -4534715 or 4574906. OLE color: 4574906.

HSL color Cylindrical-coordinate representation of color #BACE45: hue angle of 68.76º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BACE45 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 69 -
CMYK 0.10 0 0.67 0.19
HSL 68.76º 0.58% 0.54% -
HSV(B) 68.76º 0.67% 0.81% -
XYZ 43.4 55.01 13.96 -
YUV 184.4 62.87 129.14 -
System Red Green Blue C M Y K H S L
Decimal 186 206 69 0.10 0 0.67 0.19 68.76 0.58 0.54
Hex BA CE 45 A 0 43 13 45 3A 36
Octal 272 316 105 12 0 103 23 105 72 66
Binary 10111010 11001110 1000101 1010 0 1000011 10011 1000101 111010 110110

Color Harmonies of #BACE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE45

Black with #BACE45

Text Example


Text Example

White with #BACE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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