Html Css Color HEX #BABA3B Celery

📋 copy color: '#BABA3B'

red 186 ◦ green 186 ◦ blue 59

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

Shades of Celery #BABA3B

Tints of Celery #BABA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.69%

R = 43.16%
G = 43.16%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BABA3B (or 0xBABA3B) is known color: Celery. HEX triplet: BA, BA and 3B. RGB value is (186,186,59). Sum of RGB (Red+Green+Blue) = 186+186+59=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA3B is #4545C4. Grayscale: #ACACAC. Windows color (decimal): -4539845 or 3914426. OLE color: 3914426.

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

Color convert

RGB 186 186 59 -
CMYK 0 0 0.68 0.27
HSL 60º 0.52% 0.48% -
HSV(B) 60º 0.68% 0.73% -
XYZ 38.6 45.87 10.96 -
YUV 171.52 64.5 138.33 -
System Red Green Blue C M Y K H S L
Decimal 186 186 59 0 0 0.68 0.27 60 0.52 0.48
Hex BA BA 3B 0 0 44 1B 3C 34 30
Octal 272 272 73 0 0 104 33 74 64 60
Binary 10111010 10111010 111011 0 0 1000100 11011 111100 110100 110000

Color Harmonies of #BABA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA3B

Black with #BABA3B

Text Example


Text Example

White with #BABA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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