Html Css Color HEX #BABC25 Rio Grande

📋 copy color: '#BABC25'

red 186 ◦ green 188 ◦ blue 37

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

Shades of Rio Grande #BABC25

Tints of Rio Grande #BABC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9%

R = 45.26%
G = 45.74%
B = 9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BABC25 (or 0xBABC25) is known color: Rio Grande. HEX triplet: BA, BC and 25. RGB value is (186,188,37). Sum of RGB (Red+Green+Blue) = 186+188+37=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC25 is #4543DA. Grayscale: #AAAAAA. Windows color (decimal): -4539355 or 2473146. OLE color: 2473146.

HSL color Cylindrical-coordinate representation of color #BABC25: hue angle of 60.79º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BABC25 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 37 -
CMYK 0.01 0 0.80 0.26
HSL 60.79º 0.67% 0.44% -
HSV(B) 60.79º 0.8% 0.74% -
XYZ 38.57 46.54 8.7 -
YUV 170.19 52.84 139.28 -
System Red Green Blue C M Y K H S L
Decimal 186 188 37 0.01 0 0.80 0.26 60.79 0.67 0.44
Hex BA BC 25 1 0 50 1A 3D 43 2C
Octal 272 274 45 1 0 120 32 75 103 54
Binary 10111010 10111100 100101 1 0 1010000 11010 111101 1000011 101100

Color Harmonies of #BABC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC25

Black with #BABC25

Text Example


Text Example

White with #BABC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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