Html Css Color HEX #BABB25 Rio Grande

📋 copy color: '#BABB25'

red 186 ◦ green 187 ◦ blue 37

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

Shades of Rio Grande #BABB25

Tints of Rio Grande #BABB25

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.61%

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

R = 45.37%
G = 45.61%
B = 9.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BABB25 (or 0xBABB25) is known color: Rio Grande. HEX triplet: BA, BB and 25. RGB value is (186,187,37). Sum of RGB (Red+Green+Blue) = 186+187+37=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB25 is #4544DA. Grayscale: #AAAAAA. Windows color (decimal): -4539611 or 2472890. OLE color: 2472890.

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

Color convert

RGB 186 187 37 -
CMYK 0.01 0 0.80 0.27
HSL 60.4º 0.67% 0.44% -
HSV(B) 60.4º 0.8% 0.73% -
XYZ 38.35 46.11 8.63 -
YUV 169.6 53.17 139.7 -
System Red Green Blue C M Y K H S L
Decimal 186 187 37 0.01 0 0.80 0.27 60.4 0.67 0.44
Hex BA BB 25 1 0 50 1B 3C 43 2C
Octal 272 273 45 1 0 120 33 74 103 54
Binary 10111010 10111011 100101 1 0 1010000 11011 111100 1000011 101100

Color Harmonies of #BABB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB25

Black with #BABB25

Text Example


Text Example

White with #BABB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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