#b5c928

Color #B5C928 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B5C928

Tints of Rio Grande #B5C928

Color information

#B5C928 (or 0xB5C928) is unknown color: approx Rio Grande. HEX triplet: B5, C9 and 28. RGB value is (181,201,40). Sum of RGB (Red+Green+Blue) = 181+201+40=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C928 is #4A36D7. Grayscale: #B1B1B1. Windows color (decimal): -4863704 or 2673077. OLE color: 2673077.

HSL color Cylindrical-coordinate representation of color #B5C928: hue angle of 67.45º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5C928 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB18120140-
CMYK0.1000.800.21
HSL67.45º66.8%47.25%-
HSV(B)67.45º80.1%78.82%-
XYZ40.3351.759.87-
YUV176.6750.87131.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 201 (78.91% from 255) = 47.63%
BLUE value IS 40 (16.02% from 255) = 9.48%
R=42.89%
G=47.63%
B=9.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181201400.1000.800.2167.4566.847.25
HexB5C928A0501543432f
Octal265311501201202510310357
Binary10110101110010011010001010010100001010110000111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5c928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5c928; }

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

 H1.HeaderClassName
 {
   color: #b5c928;
 }
 .AnyTagClassName
 {
   color: #b5c928;
 }
</style>
background-color css

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

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

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

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

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

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