Html Css Color HEX #B5B91D Rio Grande

📋 copy color: '#B5B91D'

red 181 ◦ green 185 ◦ blue 29

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

Shades of Rio Grande #B5B91D

Tints of Rio Grande #B5B91D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.84%

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 45.82%
G = 46.84%
B = 7.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B5B91D (or 0xB5B91D) is known color: Rio Grande. HEX triplet: B5, B9 and 1D. RGB value is (181,185,29). Sum of RGB (Red+Green+Blue) = 181+185+29=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B91D is #4A46E2. Grayscale: #A6A6A6. Windows color (decimal): -4867811 or 1948085. OLE color: 1948085.

HSL color Cylindrical-coordinate representation of color #B5B91D: hue angle of 61.54º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5B91D is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 185 29 -
CMYK 0.02 0 0.84 0.27
HSL 61.54º 0.73% 0.42% -
HSV(B) 61.54º 0.84% 0.73% -
XYZ 36.63 44.61 7.84 -
YUV 166.02 50.67 138.68 -
System Red Green Blue C M Y K H S L
Decimal 181 185 29 0.02 0 0.84 0.27 61.54 0.73 0.42
Hex B5 B9 1D 2 0 54 1B 3E 49 2A
Octal 265 271 35 2 0 124 33 76 111 52
Binary 10110101 10111001 11101 10 0 1010100 11011 111110 1001001 101010

Color Harmonies of #B5B91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B91D

Black with #B5B91D

Text Example


Text Example

White with #B5B91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B91D; }

 p { color: rgb(181,185,29); }

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

background-color css

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

 a { background-color: rgb(181,185,29); }

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

border-color css

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

 span { border-color: rgb(181,185,29); }

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