Html Css Color HEX #BABD49 Celery

📋 copy color: '#BABD49'

red 186 ◦ green 189 ◦ blue 73

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

Shades of Celery #BABD49

Tints of Celery #BABD49

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

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

R = 41.52%
G = 42.19%
B = 16.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BABD49 (or 0xBABD49) is known color: Celery. HEX triplet: BA, BD and 49. RGB value is (186,189,73). Sum of RGB (Red+Green+Blue) = 186+189+73=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD49 is #4542B6. Grayscale: #AFAFAF. Windows color (decimal): -4539063 or 4832698. OLE color: 4832698.

HSL color Cylindrical-coordinate representation of color #BABD49: hue angle of 61.55º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BABD49 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 73 -
CMYK 0.02 0 0.61 0.26
HSL 61.55º 0.47% 0.51% -
HSV(B) 61.55º 0.61% 0.74% -
XYZ 39.65 47.32 13.35 -
YUV 174.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 186 189 73 0.02 0 0.61 0.26 61.55 0.47 0.51
Hex BA BD 49 2 0 3D 1A 3E 2F 33
Octal 272 275 111 2 0 75 32 76 57 63
Binary 10111010 10111101 1001001 10 0 111101 11010 111110 101111 110011

Color Harmonies of #BABD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD49

Black with #BABD49

Text Example


Text Example

White with #BABD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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