Html Css Color HEX #B5BD1F Rio Grande

📋 copy color: '#B5BD1F'

red 181 ◦ green 189 ◦ blue 31

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

Shades of Rio Grande #B5BD1F

Tints of Rio Grande #B5BD1F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

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

R = 45.14%
G = 47.13%
B = 7.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#B5BD1F (or 0xB5BD1F) is known color: Rio Grande. HEX triplet: B5, BD and 1F. RGB value is (181,189,31). Sum of RGB (Red+Green+Blue) = 181+189+31=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD1F is #4A42E0. Grayscale: #A9A9A9. Windows color (decimal): -4866785 or 2080181. OLE color: 2080181.

HSL color Cylindrical-coordinate representation of color #B5BD1F: hue angle of 63.04º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5BD1F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 189 31 -
CMYK 0.04 0 0.84 0.26
HSL 63.04º 0.72% 0.43% -
HSV(B) 63.04º 0.84% 0.74% -
XYZ 37.5 46.32 8.26 -
YUV 168.6 50.35 136.85 -
System Red Green Blue C M Y K H S L
Decimal 181 189 31 0.04 0 0.84 0.26 63.04 0.72 0.43
Hex B5 BD 1F 4 0 54 1A 3F 48 2B
Octal 265 275 37 4 0 124 32 77 110 53
Binary 10110101 10111101 11111 100 0 1010100 11010 111111 1001000 101011

Color Harmonies of #B5BD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD1F

Black with #B5BD1F

Text Example


Text Example

White with #B5BD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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