Html Css Color HEX #B5B825 Rio Grande

📋 copy color: '#B5B825'

red 181 ◦ green 184 ◦ blue 37

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

Shades of Rio Grande #B5B825

Tints of Rio Grande #B5B825

RGB

 RED value IS 181 (71.09% from 255) = 45.02%

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

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

R = 45.02%
G = 45.77%
B = 9.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B5B825 (or 0xB5B825) is known color: Rio Grande. HEX triplet: B5, B8 and 25. RGB value is (181,184,37). Sum of RGB (Red+Green+Blue) = 181+184+37=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B825 is #4A47DA. Grayscale: #A6A6A6. Windows color (decimal): -4868059 or 2472117. OLE color: 2472117.

HSL color Cylindrical-coordinate representation of color #B5B825: hue angle of 61.22º 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 #B5B825 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 184 37 -
CMYK 0.02 0 0.80 0.28
HSL 61.22º 0.67% 0.43% -
HSV(B) 61.22º 0.8% 0.72% -
XYZ 36.53 44.24 8.36 -
YUV 166.35 55.01 138.45 -
System Red Green Blue C M Y K H S L
Decimal 181 184 37 0.02 0 0.80 0.28 61.22 0.67 0.43
Hex B5 B8 25 2 0 50 1C 3D 43 2B
Octal 265 270 45 2 0 120 34 75 103 53
Binary 10110101 10111000 100101 10 0 1010000 11100 111101 1000011 101011

Color Harmonies of #B5B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B825

Black with #B5B825

Text Example


Text Example

White with #B5B825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B825; }

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

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

background-color css

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

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

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

border-color css

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

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

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