Html Css Color HEX #BABD55 Celery

📋 copy color: '#BABD55'

red 186 ◦ green 189 ◦ blue 85

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

Shades of Celery #BABD55

Tints of Celery #BABD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.48%

R = 40.43%
G = 41.09%
B = 18.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BABD55 (or 0xBABD55) is known color: Celery. HEX triplet: BA, BD and 55. RGB value is (186,189,85). Sum of RGB (Red+Green+Blue) = 186+189+85=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD55 is #4542AA. Grayscale: #B0B0B0. Windows color (decimal): -4539051 or 5619130. OLE color: 5619130.

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

Color convert

RGB 186 189 85 -
CMYK 0.02 0 0.55 0.26
HSL 61.73º 0.44% 0.54% -
HSV(B) 61.73º 0.55% 0.74% -
XYZ 40.09 47.49 15.65 -
YUV 176.25 76.51 134.96 -
System Red Green Blue C M Y K H S L
Decimal 186 189 85 0.02 0 0.55 0.26 61.73 0.44 0.54
Hex BA BD 55 2 0 37 1A 3E 2C 36
Octal 272 275 125 2 0 67 32 76 54 66
Binary 10111010 10111101 1010101 10 0 110111 11010 111110 101100 110110

Color Harmonies of #BABD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD55

Black with #BABD55

Text Example


Text Example

White with #BABD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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