Html Css Color HEX #BAB54B Celery

📋 copy color: '#BAB54B'

red 186 ◦ green 181 ◦ blue 75

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

Shades of Celery #BAB54B

Tints of Celery #BAB54B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

 BLUE value IS 75 (29.69% from 255) = 16.97%

R = 42.08%
G = 40.95%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAB54B (or 0xBAB54B) is known color: Celery. HEX triplet: BA, B5 and 4B. RGB value is (186,181,75). Sum of RGB (Red+Green+Blue) = 186+181+75=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB54B is #454AB4. Grayscale: #AAAAAA. Windows color (decimal): -4541109 or 4961722. OLE color: 4961722.

HSL color Cylindrical-coordinate representation of color #BAB54B: hue angle of 57.3º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAB54B is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 75 -
CMYK 0 0.03 0.60 0.27
HSL 57.3º 0.45% 0.51% -
HSV(B) 57.3º 0.6% 0.73% -
XYZ 38.04 43.99 13.14 -
YUV 170.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 186 181 75 0 0.03 0.60 0.27 57.3 0.45 0.51
Hex BA B5 4B 0 3 3C 1B 39 2D 33
Octal 272 265 113 0 3 74 33 71 55 63
Binary 10111010 10110101 1001011 0 11 111100 11011 111001 101101 110011

Color Harmonies of #BAB54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB54B

Black with #BAB54B

Text Example


Text Example

White with #BAB54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB54B; }

 p { color: rgb(186,181,75); }

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

background-color css

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

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

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

border-color css

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

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

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