Html Css Color HEX #BABD1C Rio Grande

📋 copy color: '#BABD1C'

red 186 ◦ green 189 ◦ blue 28

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

Shades of Rio Grande #BABD1C

Tints of Rio Grande #BABD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 46.15%
G = 46.9%
B = 6.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BABD1C (or 0xBABD1C) is known color: Rio Grande. HEX triplet: BA, BD and 1C. RGB value is (186,189,28). Sum of RGB (Red+Green+Blue) = 186+189+28=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD1C is #4542E3. Grayscale: #AAAAAA. Windows color (decimal): -4539108 or 1883578. OLE color: 1883578.

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

Color convert

RGB 186 189 28 -
CMYK 0.02 0 0.85 0.26
HSL 61.12º 0.74% 0.43% -
HSV(B) 61.12º 0.85% 0.74% -
XYZ 38.66 46.92 8.12 -
YUV 169.75 48.01 139.59 -
System Red Green Blue C M Y K H S L
Decimal 186 189 28 0.02 0 0.85 0.26 61.12 0.74 0.43
Hex BA BD 1C 2 0 55 1A 3D 4A 2B
Octal 272 275 34 2 0 125 32 75 112 53
Binary 10111010 10111101 11100 10 0 1010101 11010 111101 1001010 101011

Color Harmonies of #BABD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD1C

Black with #BABD1C

Text Example


Text Example

White with #BABD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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