Html Css Color HEX #BABB46 Celery

📋 copy color: '#BABB46'

red 186 ◦ green 187 ◦ blue 70

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

Shades of Celery #BABB46

Tints of Celery #BABB46

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.21%

 BLUE value IS 70 (27.73% from 255) = 15.8%

R = 41.99%
G = 42.21%
B = 15.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BABB46 (or 0xBABB46) is known color: Celery. HEX triplet: BA, BB and 46. RGB value is (186,187,70). Sum of RGB (Red+Green+Blue) = 186+187+70=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB46 is #4544B9. Grayscale: #ADADAD. Windows color (decimal): -4539578 or 4635578. OLE color: 4635578.

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

Color convert

RGB 186 187 70 -
CMYK 0.01 0 0.63 0.27
HSL 60.51º 0.46% 0.5% -
HSV(B) 60.51º 0.63% 0.73% -
XYZ 39.13 46.42 12.69 -
YUV 173.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 186 187 70 0.01 0 0.63 0.27 60.51 0.46 0.5
Hex BA BB 46 1 0 3F 1B 3D 2E 32
Octal 272 273 106 1 0 77 33 75 56 62
Binary 10111010 10111011 1000110 1 0 111111 11011 111101 101110 110010

Color Harmonies of #BABB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB46

Black with #BABB46

Text Example


Text Example

White with #BABB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB46; }

 p { color: rgb(186,187,70); }

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

background-color css

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

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

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

border-color css

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

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

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