Html Css Color HEX #BABB2A Rio Grande

📋 copy color: '#BABB2A'

red 186 ◦ green 187 ◦ blue 42

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

Shades of Rio Grande #BABB2A

Tints of Rio Grande #BABB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.12%

R = 44.82%
G = 45.06%
B = 10.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BABB2A (or 0xBABB2A) is known color: Rio Grande. HEX triplet: BA, BB and 2A. RGB value is (186,187,42). Sum of RGB (Red+Green+Blue) = 186+187+42=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB2A is #4544D5. Grayscale: #AAAAAA. Windows color (decimal): -4539606 or 2800570. OLE color: 2800570.

HSL color Cylindrical-coordinate representation of color #BABB2A: hue angle of 60.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BABB2A is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 187 42 -
CMYK 0.01 0 0.78 0.27
HSL 60.41º 0.63% 0.45% -
HSV(B) 60.41º 0.78% 0.73% -
XYZ 38.44 46.15 9.07 -
YUV 170.17 55.67 139.29 -
System Red Green Blue C M Y K H S L
Decimal 186 187 42 0.01 0 0.78 0.27 60.41 0.63 0.45
Hex BA BB 2A 1 0 4E 1B 3C 3F 2D
Octal 272 273 52 1 0 116 33 74 77 55
Binary 10111010 10111011 101010 1 0 1001110 11011 111100 111111 101101

Color Harmonies of #BABB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB2A

Black with #BABB2A

Text Example


Text Example

White with #BABB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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