Html Css Color HEX #BACE42 Celery

📋 copy color: '#BACE42'

red 186 ◦ green 206 ◦ blue 66

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

Shades of Celery #BACE42

Tints of Celery #BACE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.41%

R = 40.61%
G = 44.98%
B = 14.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#BACE42 (or 0xBACE42) is known color: Celery. HEX triplet: BA, CE and 42. RGB value is (186,206,66). Sum of RGB (Red+Green+Blue) = 186+206+66=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE42 is #4531BD. Grayscale: #B8B8B8. Windows color (decimal): -4534718 or 4378298. OLE color: 4378298.

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

Color convert

RGB 186 206 66 -
CMYK 0.10 0 0.68 0.19
HSL 68.57º 0.59% 0.53% -
HSV(B) 68.57º 0.68% 0.81% -
XYZ 43.3 54.98 13.48 -
YUV 184.06 61.37 129.38 -
System Red Green Blue C M Y K H S L
Decimal 186 206 66 0.10 0 0.68 0.19 68.57 0.59 0.53
Hex BA CE 42 A 0 44 13 45 3B 35
Octal 272 316 102 12 0 104 23 105 73 65
Binary 10111010 11001110 1000010 1010 0 1000100 10011 1000101 111011 110101

Color Harmonies of #BACE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE42

Black with #BACE42

Text Example


Text Example

White with #BACE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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