Html Css Color HEX #B5BE1E Rio Grande

📋 copy color: '#B5BE1E'

red 181 ◦ green 190 ◦ blue 30

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

Shades of Rio Grande #B5BE1E

Tints of Rio Grande #B5BE1E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.38%

 BLUE value IS 30 (12.11% from 255) = 7.48%

R = 45.14%
G = 47.38%
B = 7.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B5BE1E (or 0xB5BE1E) is known color: Rio Grande. HEX triplet: B5, BE and 1E. RGB value is (181,190,30). Sum of RGB (Red+Green+Blue) = 181+190+30=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE1E is #4A41E1. Grayscale: #A9A9A9. Windows color (decimal): -4866530 or 2014901. OLE color: 2014901.

HSL color Cylindrical-coordinate representation of color #B5BE1E: hue angle of 63.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5BE1E is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 190 30 -
CMYK 0.05 0 0.84 0.25
HSL 63.38º 0.73% 0.43% -
HSV(B) 63.38º 0.84% 0.75% -
XYZ 37.7 46.74 8.26 -
YUV 169.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 181 190 30 0.05 0 0.84 0.25 63.38 0.73 0.43
Hex B5 BE 1E 5 0 54 19 3F 49 2B
Octal 265 276 36 5 0 124 31 77 111 53
Binary 10110101 10111110 11110 101 0 1010100 11001 111111 1001001 101011

Color Harmonies of #B5BE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BE1E

Black with #B5BE1E

Text Example


Text Example

White with #B5BE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BE1E; }

 p { color: rgb(181,190,30); }

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

background-color css

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

 a { background-color: rgb(181,190,30); }

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

border-color css

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

 span { border-color: rgb(181,190,30); }

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