Html Css Color HEX #BACE4A Celery

📋 copy color: '#BACE4A'

red 186 ◦ green 206 ◦ blue 74

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

Shades of Celery #BACE4A

Tints of Celery #BACE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.88%

R = 39.91%
G = 44.21%
B = 15.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#BACE4A (or 0xBACE4A) is known color: Celery. HEX triplet: BA, CE and 4A. RGB value is (186,206,74). Sum of RGB (Red+Green+Blue) = 186+206+74=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE4A is #4531B5. Grayscale: #B9B9B9. Windows color (decimal): -4534710 or 4902586. OLE color: 4902586.

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

Color convert

RGB 186 206 74 -
CMYK 0.10 0 0.64 0.19
HSL 69.09º 0.57% 0.55% -
HSV(B) 69.09º 0.64% 0.81% -
XYZ 43.56 55.08 14.81 -
YUV 184.97 65.37 128.73 -
System Red Green Blue C M Y K H S L
Decimal 186 206 74 0.10 0 0.64 0.19 69.09 0.57 0.55
Hex BA CE 4A A 0 40 13 45 39 37
Octal 272 316 112 12 0 100 23 105 71 67
Binary 10111010 11001110 1001010 1010 0 1000000 10011 1000101 111001 110111

Color Harmonies of #BACE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE4A

Black with #BACE4A

Text Example


Text Example

White with #BACE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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