Html Css Color HEX #B6B825 Rio Grande

📋 copy color: '#B6B825'

red 182 ◦ green 184 ◦ blue 37

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

Shades of Rio Grande #B6B825

Tints of Rio Grande #B6B825

RGB

 RED value IS 182 (71.48% from 255) = 45.16%

 GREEN value IS 184 (72.27% from 255) = 45.66%

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

R = 45.16%
G = 45.66%
B = 9.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B6B825 (or 0xB6B825) is known color: Rio Grande. HEX triplet: B6, B8 and 25. RGB value is (182,184,37). Sum of RGB (Red+Green+Blue) = 182+184+37=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B825 is #4947DA. Grayscale: #A7A7A7. Windows color (decimal): -4802523 or 2472118. OLE color: 2472118.

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

Color convert

RGB 182 184 37 -
CMYK 0.01 0 0.80 0.28
HSL 60.82º 0.67% 0.43% -
HSV(B) 60.82º 0.8% 0.72% -
XYZ 36.77 44.36 8.37 -
YUV 166.64 54.84 138.95 -
System Red Green Blue C M Y K H S L
Decimal 182 184 37 0.01 0 0.80 0.28 60.82 0.67 0.43
Hex B6 B8 25 1 0 50 1C 3D 43 2B
Octal 266 270 45 1 0 120 34 75 103 53
Binary 10110110 10111000 100101 1 0 1010000 11100 111101 1000011 101011

Color Harmonies of #B6B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B825

Black with #B6B825

Text Example


Text Example

White with #B6B825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B825; }

 p { color: rgb(182,184,37); }

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

background-color css

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

 a { background-color: rgb(182,184,37); }

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

border-color css

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

 span { border-color: rgb(182,184,37); }

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