Html Css Color HEX #BABE1D Rio Grande

📋 copy color: '#BABE1D'

red 186 ◦ green 190 ◦ blue 29

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

Shades of Rio Grande #BABE1D

Tints of Rio Grande #BABE1D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.91%

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

R = 45.93%
G = 46.91%
B = 7.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BABE1D (or 0xBABE1D) is known color: Rio Grande. HEX triplet: BA, BE and 1D. RGB value is (186,190,29). Sum of RGB (Red+Green+Blue) = 186+190+29=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABE1D is #4541E2. Grayscale: #ABABAB. Windows color (decimal): -4538851 or 1949370. OLE color: 1949370.

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

Color convert

RGB 186 190 29 -
CMYK 0.02 0 0.85 0.25
HSL 61.49º 0.74% 0.43% -
HSV(B) 61.49º 0.85% 0.75% -
XYZ 38.88 47.35 8.25 -
YUV 170.45 48.17 139.09 -
System Red Green Blue C M Y K H S L
Decimal 186 190 29 0.02 0 0.85 0.25 61.49 0.74 0.43
Hex BA BE 1D 2 0 55 19 3D 4A 2B
Octal 272 276 35 2 0 125 31 75 112 53
Binary 10111010 10111110 11101 10 0 1010101 11001 111101 1001010 101011

Color Harmonies of #BABE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABE1D

Black with #BABE1D

Text Example


Text Example

White with #BABE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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