Html Css Color HEX #BABA90 Coriander

📋 copy color: '#BABA90'

red 186 ◦ green 186 ◦ blue 144

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

Shades of Coriander #BABA90

Tints of Coriander #BABA90

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.05%

 BLUE value IS 144 (56.64% from 255) = 27.91%

R = 36.05%
G = 36.05%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BABA90 (or 0xBABA90) is known color: Coriander. HEX triplet: BA, BA and 90. RGB value is (186,186,144). Sum of RGB (Red+Green+Blue) = 186+186+144=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA90 is #45456F. Grayscale: #B5B5B5. Windows color (decimal): -4539760 or 9484986. OLE color: 9484986.

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

Color convert

RGB 186 186 144 -
CMYK 0 0 0.23 0.27
HSL 60º 0.23% 0.65% -
HSV(B) 60º 0.23% 0.73% -
XYZ 42.84 47.57 33.31 -
YUV 181.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 186 186 144 0 0 0.23 0.27 60 0.23 0.65
Hex BA BA 90 0 0 17 1B 3C 17 41
Octal 272 272 220 0 0 27 33 74 27 101
Binary 10111010 10111010 10010000 0 0 10111 11011 111100 10111 1000001

Color Harmonies of #BABA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA90

Black with #BABA90

Text Example


Text Example

White with #BABA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA90; }

 p { color: rgb(186,186,144); }

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

background-color css

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

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

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

border-color css

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

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

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