Html Css Color HEX #B5BD19 Rio Grande

📋 copy color: '#B5BD19'

red 181 ◦ green 189 ◦ blue 25

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

Shades of Rio Grande #B5BD19

Tints of Rio Grande #B5BD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 45.82%
G = 47.85%
B = 6.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#B5BD19 (or 0xB5BD19) is known color: Rio Grande. HEX triplet: B5, BD and 19. RGB value is (181,189,25). Sum of RGB (Red+Green+Blue) = 181+189+25=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BD19 is #4A42E6. Grayscale: #A8A8A8. Windows color (decimal): -4866791 or 1686965. OLE color: 1686965.

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

Color convert

RGB 181 189 25 -
CMYK 0.04 0 0.87 0.26
HSL 62.93º 0.77% 0.42% -
HSV(B) 62.93º 0.87% 0.74% -
XYZ 37.43 46.29 7.88 -
YUV 167.91 47.35 137.34 -
System Red Green Blue C M Y K H S L
Decimal 181 189 25 0.04 0 0.87 0.26 62.93 0.77 0.42
Hex B5 BD 19 4 0 57 1A 3F 4D 2A
Octal 265 275 31 4 0 127 32 77 115 52
Binary 10110101 10111101 11001 100 0 1010111 11010 111111 1001101 101010

Color Harmonies of #B5BD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD19

Black with #B5BD19

Text Example


Text Example

White with #B5BD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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