Html Css Color HEX #BAB94B Celery

📋 copy color: '#BAB94B'

red 186 ◦ green 185 ◦ blue 75

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

Shades of Celery #BAB94B

Tints of Celery #BAB94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.48%

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

R = 41.7%
G = 41.48%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAB94B (or 0xBAB94B) is known color: Celery. HEX triplet: BA, B9 and 4B. RGB value is (186,185,75). Sum of RGB (Red+Green+Blue) = 186+185+75=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB94B is #4546B4. Grayscale: #ADADAD. Windows color (decimal): -4540085 or 4962746. OLE color: 4962746.

HSL color Cylindrical-coordinate representation of color #BAB94B: hue angle of 59.46º 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 #BAB94B is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 75 -
CMYK 0 0.01 0.60 0.27
HSL 59.46º 0.45% 0.51% -
HSV(B) 59.46º 0.6% 0.73% -
XYZ 38.87 45.65 13.42 -
YUV 172.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 186 185 75 0 0.01 0.60 0.27 59.46 0.45 0.51
Hex BA B9 4B 0 1 3C 1B 3B 2D 33
Octal 272 271 113 0 1 74 33 73 55 63
Binary 10111010 10111001 1001011 0 1 111100 11011 111011 101101 110011

Color Harmonies of #BAB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB94B

Black with #BAB94B

Text Example


Text Example

White with #BAB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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