Html Css Color HEX #B5BA1E Rio Grande

📋 copy color: '#B5BA1E'

red 181 ◦ green 186 ◦ blue 30

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

Shades of Rio Grande #B5BA1E

Tints of Rio Grande #B5BA1E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.85%

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

R = 45.59%
G = 46.85%
B = 7.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B5BA1E (or 0xB5BA1E) is known color: Rio Grande. HEX triplet: B5, BA and 1E. RGB value is (181,186,30). Sum of RGB (Red+Green+Blue) = 181+186+30=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA1E is #4A45E1. Grayscale: #A7A7A7. Windows color (decimal): -4867554 or 2013877. OLE color: 2013877.

HSL color Cylindrical-coordinate representation of color #B5BA1E: hue angle of 61.92º degrees, saturation: 0.72, 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 #B5BA1E is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 186 30 -
CMYK 0.03 0 0.84 0.27
HSL 61.92º 0.72% 0.42% -
HSV(B) 61.92º 0.84% 0.73% -
XYZ 36.85 45.04 7.98 -
YUV 166.72 50.84 138.18 -
System Red Green Blue C M Y K H S L
Decimal 181 186 30 0.03 0 0.84 0.27 61.92 0.72 0.42
Hex B5 BA 1E 3 0 54 1B 3E 48 2A
Octal 265 272 36 3 0 124 33 76 110 52
Binary 10110101 10111010 11110 11 0 1010100 11011 111110 1001000 101010

Color Harmonies of #B5BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA1E

Black with #B5BA1E

Text Example


Text Example

White with #B5BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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