Html Css Color HEX #BACE48 Celery

📋 copy color: '#BACE48'

red 186 ◦ green 206 ◦ blue 72

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

Shades of Celery #BACE48

Tints of Celery #BACE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.52%

R = 40.09%
G = 44.4%
B = 15.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#BACE48 (or 0xBACE48) is known color: Celery. HEX triplet: BA, CE and 48. RGB value is (186,206,72). Sum of RGB (Red+Green+Blue) = 186+206+72=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE48 is #4531B7. Grayscale: #B9B9B9. Windows color (decimal): -4534712 or 4771514. OLE color: 4771514.

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

Color convert

RGB 186 206 72 -
CMYK 0.10 0 0.65 0.19
HSL 68.96º 0.58% 0.55% -
HSV(B) 68.96º 0.65% 0.81% -
XYZ 43.49 55.05 14.46 -
YUV 184.74 64.37 128.9 -
System Red Green Blue C M Y K H S L
Decimal 186 206 72 0.10 0 0.65 0.19 68.96 0.58 0.55
Hex BA CE 48 A 0 41 13 45 3A 37
Octal 272 316 110 12 0 101 23 105 72 67
Binary 10111010 11001110 1001000 1010 0 1000001 10011 1000101 111010 110111

Color Harmonies of #BACE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE48

Black with #BACE48

Text Example


Text Example

White with #BACE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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