Html Css Color HEX #BACF49 Celery

📋 copy color: '#BACF49'

red 186 ◦ green 207 ◦ blue 73

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

Shades of Celery #BACF49

Tints of Celery #BACF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.42%

 BLUE value IS 73 (28.91% from 255) = 15.67%

R = 39.91%
G = 44.42%
B = 15.67%

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

#BACF49 (or 0xBACF49) is known color: Celery. HEX triplet: BA, CF and 49. RGB value is (186,207,73). Sum of RGB (Red+Green+Blue) = 186+207+73=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACF49 is #4530B6. Grayscale: #B9B9B9. Windows color (decimal): -4534455 or 4837306. OLE color: 4837306.

HSL color Cylindrical-coordinate representation of color #BACF49: hue angle of 69.4º 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 #BACF49 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 207 73 -
CMYK 0.10 0 0.65 0.19
HSL 69.4º 0.58% 0.55% -
HSV(B) 69.4º 0.65% 0.81% -
XYZ 43.77 55.55 14.72 -
YUV 185.45 64.54 128.4 -
System Red Green Blue C M Y K H S L
Decimal 186 207 73 0.10 0 0.65 0.19 69.4 0.58 0.55
Hex BA CF 49 A 0 41 13 45 3A 37
Octal 272 317 111 12 0 101 23 105 72 67
Binary 10111010 11001111 1001001 1010 0 1000001 10011 1000101 111010 110111

Color Harmonies of #BACF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACF49

Black with #BACF49

Text Example


Text Example

White with #BACF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACF49; }

 p { color: rgb(186,207,73); }

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

background-color css

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

 a { background-color: rgb(186,207,73); }

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

border-color css

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

 span { border-color: rgb(186,207,73); }

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