Html Css Color HEX #BABC1F Rio Grande

📋 copy color: '#BABC1F'

red 186 ◦ green 188 ◦ blue 31

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

Shades of Rio Grande #BABC1F

Tints of Rio Grande #BABC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 31 (12.5% from 255) = 7.65%

R = 45.93%
G = 46.42%
B = 7.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BABC1F (or 0xBABC1F) is known color: Rio Grande. HEX triplet: BA, BC and 1F. RGB value is (186,188,31). Sum of RGB (Red+Green+Blue) = 186+188+31=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC1F is #4543E0. Grayscale: #AAAAAA. Windows color (decimal): -4539361 or 2079930. OLE color: 2079930.

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

Color convert

RGB 186 188 31 -
CMYK 0.01 0 0.84 0.26
HSL 60.76º 0.72% 0.43% -
HSV(B) 60.76º 0.84% 0.74% -
XYZ 38.48 46.5 8.24 -
YUV 169.5 49.84 139.77 -
System Red Green Blue C M Y K H S L
Decimal 186 188 31 0.01 0 0.84 0.26 60.76 0.72 0.43
Hex BA BC 1F 1 0 54 1A 3D 48 2B
Octal 272 274 37 1 0 124 32 75 110 53
Binary 10111010 10111100 11111 1 0 1010100 11010 111101 1001000 101011

Color Harmonies of #BABC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC1F

Black with #BABC1F

Text Example


Text Example

White with #BABC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC1F; }

 p { color: rgb(186,188,31); }

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

background-color css

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

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

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

border-color css

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

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

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