Html Css Color HEX #B5B828 Rio Grande

📋 copy color: '#B5B828'

red 181 ◦ green 184 ◦ blue 40

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

Shades of Rio Grande #B5B828

Tints of Rio Grande #B5B828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.88%

R = 44.69%
G = 45.43%
B = 9.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B5B828 (or 0xB5B828) is known color: Rio Grande. HEX triplet: B5, B8 and 28. RGB value is (181,184,40). Sum of RGB (Red+Green+Blue) = 181+184+40=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B828 is #4A47D7. Grayscale: #A7A7A7. Windows color (decimal): -4868056 or 2668725. OLE color: 2668725.

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

Color convert

RGB 181 184 40 -
CMYK 0.02 0 0.78 0.28
HSL 61.25º 0.64% 0.44% -
HSV(B) 61.25º 0.78% 0.72% -
XYZ 36.58 44.26 8.62 -
YUV 166.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 181 184 40 0.02 0 0.78 0.28 61.25 0.64 0.44
Hex B5 B8 28 2 0 4E 1C 3D 40 2C
Octal 265 270 50 2 0 116 34 75 100 54
Binary 10110101 10111000 101000 10 0 1001110 11100 111101 1000000 101100

Color Harmonies of #B5B828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B828

Black with #B5B828

Text Example


Text Example

White with #B5B828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B828; }

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

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

background-color css

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

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

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

border-color css

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

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

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