Html Css Color HEX #B5B826 Rio Grande

📋 copy color: '#B5B826'

red 181 ◦ green 184 ◦ blue 38

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

Shades of Rio Grande #B5B826

Tints of Rio Grande #B5B826

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.66%

 BLUE value IS 38 (15.23% from 255) = 9.43%

R = 44.91%
G = 45.66%
B = 9.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B5B826 (or 0xB5B826) is known color: Rio Grande. HEX triplet: B5, B8 and 26. RGB value is (181,184,38). Sum of RGB (Red+Green+Blue) = 181+184+38=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B826 is #4A47D9. Grayscale: #A7A7A7. Windows color (decimal): -4868058 or 2537653. OLE color: 2537653.

HSL color Cylindrical-coordinate representation of color #B5B826: hue angle of 61.23º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5B826 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 184 38 -
CMYK 0.02 0 0.79 0.28
HSL 61.23º 0.66% 0.44% -
HSV(B) 61.23º 0.79% 0.72% -
XYZ 36.55 44.24 8.45 -
YUV 166.46 55.51 138.37 -
System Red Green Blue C M Y K H S L
Decimal 181 184 38 0.02 0 0.79 0.28 61.23 0.66 0.44
Hex B5 B8 26 2 0 4F 1C 3D 42 2C
Octal 265 270 46 2 0 117 34 75 102 54
Binary 10110101 10111000 100110 10 0 1001111 11100 111101 1000010 101100

Color Harmonies of #B5B826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B826

Black with #B5B826

Text Example


Text Example

White with #B5B826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B826; }

 p { color: rgb(181,184,38); }

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

background-color css

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

 a { background-color: rgb(181,184,38); }

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

border-color css

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

 span { border-color: rgb(181,184,38); }

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