Html Css Color HEX #BABC50 Celery

📋 copy color: '#BABC50'

red 186 ◦ green 188 ◦ blue 80

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

Shades of Celery #BABC50

Tints of Celery #BABC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 80 (31.64% from 255) = 17.62%

R = 40.97%
G = 41.41%
B = 17.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BABC50 (or 0xBABC50) is known color: Celery. HEX triplet: BA, BC and 50. RGB value is (186,188,80). Sum of RGB (Red+Green+Blue) = 186+188+80=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC50 is #4543AF. Grayscale: #AFAFAF. Windows color (decimal): -4539312 or 5291194. OLE color: 5291194.

HSL color Cylindrical-coordinate representation of color #BABC50: hue angle of 61.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BABC50 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 80 -
CMYK 0.01 0 0.57 0.26
HSL 61.11º 0.45% 0.53% -
HSV(B) 61.11º 0.57% 0.74% -
XYZ 39.68 46.98 14.57 -
YUV 175.09 74.34 135.78 -
System Red Green Blue C M Y K H S L
Decimal 186 188 80 0.01 0 0.57 0.26 61.11 0.45 0.53
Hex BA BC 50 1 0 39 1A 3D 2D 35
Octal 272 274 120 1 0 71 32 75 55 65
Binary 10111010 10111100 1010000 1 0 111001 11010 111101 101101 110101

Color Harmonies of #BABC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC50

Black with #BABC50

Text Example


Text Example

White with #BABC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC50; }

 p { color: rgb(186,188,80); }

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

background-color css

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

 a { background-color: rgb(186,188,80); }

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

border-color css

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

 span { border-color: rgb(186,188,80); }

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