Html Css Color HEX #B5BD1A Rio Grande

📋 copy color: '#B5BD1A'

red 181 ◦ green 189 ◦ blue 26

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

Shades of Rio Grande #B5BD1A

Tints of Rio Grande #B5BD1A

RGB

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

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

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

R = 45.71%
G = 47.73%
B = 6.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#B5BD1A (or 0xB5BD1A) is known color: Rio Grande. HEX triplet: B5, BD and 1A. RGB value is (181,189,26). Sum of RGB (Red+Green+Blue) = 181+189+26=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD1A is #4A42E5. Grayscale: #A8A8A8. Windows color (decimal): -4866790 or 1752501. OLE color: 1752501.

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

Color convert

RGB 181 189 26 -
CMYK 0.04 0 0.86 0.26
HSL 62.94º 0.76% 0.42% -
HSV(B) 62.94º 0.86% 0.74% -
XYZ 37.44 46.29 7.94 -
YUV 168.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 181 189 26 0.04 0 0.86 0.26 62.94 0.76 0.42
Hex B5 BD 1A 4 0 56 1A 3F 4C 2A
Octal 265 275 32 4 0 126 32 77 114 52
Binary 10110101 10111101 11010 100 0 1010110 11010 111111 1001100 101010

Color Harmonies of #B5BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD1A

Black with #B5BD1A

Text Example


Text Example

White with #B5BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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