Html Css Color HEX #BABA40 Celery

📋 copy color: '#BABA40'

red 186 ◦ green 186 ◦ blue 64

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

Shades of Celery #BABA40

Tints of Celery #BABA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.66%

 BLUE value IS 64 (25.39% from 255) = 14.68%

R = 42.66%
G = 42.66%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BABA40 (or 0xBABA40) is known color: Celery. HEX triplet: BA, BA and 40. RGB value is (186,186,64). Sum of RGB (Red+Green+Blue) = 186+186+64=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA40 is #4545BF. Grayscale: #ACACAC. Windows color (decimal): -4539840 or 4242106. OLE color: 4242106.

HSL color Cylindrical-coordinate representation of color #BABA40: hue angle of 60º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BABA40 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 186 64 -
CMYK 0 0 0.66 0.27
HSL 60º 0.49% 0.49% -
HSV(B) 60º 0.66% 0.73% -
XYZ 38.73 45.93 11.67 -
YUV 172.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 186 186 64 0 0 0.66 0.27 60 0.49 0.49
Hex BA BA 40 0 0 42 1B 3C 31 31
Octal 272 272 100 0 0 102 33 74 61 61
Binary 10111010 10111010 1000000 0 0 1000010 11011 111100 110001 110001

Color Harmonies of #BABA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA40

Black with #BABA40

Text Example


Text Example

White with #BABA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA40; }

 p { color: rgb(186,186,64); }

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

background-color css

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

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

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

border-color css

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

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

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