Html Css Color HEX #BABA1D Rio Grande

📋 copy color: '#BABA1D'

red 186 ◦ green 186 ◦ blue 29

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

Shades of Rio Grande #BABA1D

Tints of Rio Grande #BABA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.23%

R = 46.38%
G = 46.38%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BABA1D (or 0xBABA1D) is known color: Rio Grande. HEX triplet: BA, BA and 1D. RGB value is (186,186,29). Sum of RGB (Red+Green+Blue) = 186+186+29=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA1D is #4545E2. Grayscale: #A8A8A8. Windows color (decimal): -4539875 or 1948346. OLE color: 1948346.

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

Color convert

RGB 186 186 29 -
CMYK 0 0 0.84 0.27
HSL 60º 0.73% 0.42% -
HSV(B) 60º 0.84% 0.73% -
XYZ 38.03 45.65 7.97 -
YUV 168.1 49.5 140.77 -
System Red Green Blue C M Y K H S L
Decimal 186 186 29 0 0 0.84 0.27 60 0.73 0.42
Hex BA BA 1D 0 0 54 1B 3C 49 2A
Octal 272 272 35 0 0 124 33 74 111 52
Binary 10111010 10111010 11101 0 0 1010100 11011 111100 1001001 101010

Color Harmonies of #BABA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA1D

Black with #BABA1D

Text Example


Text Example

White with #BABA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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