Html Css Color HEX #BABB52 Celery

📋 copy color: '#BABB52'

red 186 ◦ green 187 ◦ blue 82

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

Shades of Celery #BABB52

Tints of Celery #BABB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.02%

R = 40.88%
G = 41.1%
B = 18.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BABB52 (or 0xBABB52) is known color: Celery. HEX triplet: BA, BB and 52. RGB value is (186,187,82). Sum of RGB (Red+Green+Blue) = 186+187+82=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB52 is #4544AD. Grayscale: #AFAFAF. Windows color (decimal): -4539566 or 5422010. OLE color: 5422010.

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

Color convert

RGB 186 187 82 -
CMYK 0.01 0 0.56 0.27
HSL 60.57º 0.44% 0.53% -
HSV(B) 60.57º 0.56% 0.73% -
XYZ 39.54 46.59 14.89 -
YUV 174.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 186 187 82 0.01 0 0.56 0.27 60.57 0.44 0.53
Hex BA BB 52 1 0 38 1B 3D 2C 35
Octal 272 273 122 1 0 70 33 75 54 65
Binary 10111010 10111011 1010010 1 0 111000 11011 111101 101100 110101

Color Harmonies of #BABB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB52

Black with #BABB52

Text Example


Text Example

White with #BABB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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