Html Css Color HEX #B5B61F Rio Grande

📋 copy color: '#B5B61F'

red 181 ◦ green 182 ◦ blue 31

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

Shades of Rio Grande #B5B61F

Tints of Rio Grande #B5B61F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.19%

 BLUE value IS 31 (12.5% from 255) = 7.87%

R = 45.94%
G = 46.19%
B = 7.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5B61F (or 0xB5B61F) is known color: Rio Grande. HEX triplet: B5, B6 and 1F. RGB value is (181,182,31). Sum of RGB (Red+Green+Blue) = 181+182+31=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B61F is #4A49E0. Grayscale: #A5A5A5. Windows color (decimal): -4868577 or 2078389. OLE color: 2078389.

HSL color Cylindrical-coordinate representation of color #B5B61F: hue angle of 60.4º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5B61F is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 182 31 -
CMYK 0.01 0 0.83 0.29
HSL 60.4º 0.71% 0.42% -
HSV(B) 60.4º 0.83% 0.71% -
XYZ 36.03 43.38 7.77 -
YUV 164.49 52.67 139.78 -
System Red Green Blue C M Y K H S L
Decimal 181 182 31 0.01 0 0.83 0.29 60.4 0.71 0.42
Hex B5 B6 1F 1 0 53 1D 3C 47 2A
Octal 265 266 37 1 0 123 35 74 107 52
Binary 10110101 10110110 11111 1 0 1010011 11101 111100 1000111 101010

Color Harmonies of #B5B61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B61F

Black with #B5B61F

Text Example


Text Example

White with #B5B61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B61F; }

 p { color: rgb(181,182,31); }

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

background-color css

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

 a { background-color: rgb(181,182,31); }

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

border-color css

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

 span { border-color: rgb(181,182,31); }

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