Html Css Color HEX #BABE20 Rio Grande

📋 copy color: '#BABE20'

red 186 ◦ green 190 ◦ blue 32

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

Shades of Rio Grande #BABE20

Tints of Rio Grande #BABE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.84%

R = 45.59%
G = 46.57%
B = 7.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BABE20 (or 0xBABE20) is known color: Rio Grande. HEX triplet: BA, BE and 20. RGB value is (186,190,32). Sum of RGB (Red+Green+Blue) = 186+190+32=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABE20 is #4541DF. Grayscale: #ABABAB. Windows color (decimal): -4538848 or 2145978. OLE color: 2145978.

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

Color convert

RGB 186 190 32 -
CMYK 0.02 0 0.83 0.25
HSL 61.52º 0.71% 0.44% -
HSV(B) 61.52º 0.83% 0.75% -
XYZ 38.92 47.37 8.46 -
YUV 170.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 186 190 32 0.02 0 0.83 0.25 61.52 0.71 0.44
Hex BA BE 20 2 0 53 19 3E 47 2C
Octal 272 276 40 2 0 123 31 76 107 54
Binary 10111010 10111110 100000 10 0 1010011 11001 111110 1000111 101100

Color Harmonies of #BABE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABE20

Black with #BABE20

Text Example


Text Example

White with #BABE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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