Html Css Color HEX #B5BB1A Rio Grande

📋 copy color: '#B5BB1A'

red 181 ◦ green 187 ◦ blue 26

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

Shades of Rio Grande #B5BB1A

Tints of Rio Grande #B5BB1A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.46%

 BLUE value IS 26 (10.55% from 255) = 6.6%

R = 45.94%
G = 47.46%
B = 6.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B5BB1A (or 0xB5BB1A) is known color: Rio Grande. HEX triplet: B5, BB and 1A. RGB value is (181,187,26). Sum of RGB (Red+Green+Blue) = 181+187+26=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BB1A is #4A44E5. Grayscale: #A7A7A7. Windows color (decimal): -4867302 or 1751989. OLE color: 1751989.

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

Color convert

RGB 181 187 26 -
CMYK 0.03 0 0.86 0.27
HSL 62.24º 0.76% 0.42% -
HSV(B) 62.24º 0.86% 0.73% -
XYZ 37.01 45.44 7.8 -
YUV 166.85 48.51 138.09 -
System Red Green Blue C M Y K H S L
Decimal 181 187 26 0.03 0 0.86 0.27 62.24 0.76 0.42
Hex B5 BB 1A 3 0 56 1B 3E 4C 2A
Octal 265 273 32 3 0 126 33 76 114 52
Binary 10110101 10111011 11010 11 0 1010110 11011 111110 1001100 101010

Color Harmonies of #B5BB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BB1A

Black with #B5BB1A

Text Example


Text Example

White with #B5BB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BB1A; }

 p { color: rgb(181,187,26); }

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

background-color css

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

 a { background-color: rgb(181,187,26); }

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

border-color css

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

 span { border-color: rgb(181,187,26); }

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