#B5C21D

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

Shades of Rio Grande #B5C21D

Tints of Rio Grande #B5C21D

Color information

#B5C21D (or 0xB5C21D) is unknown color: approx Rio Grande. HEX triplet: B5, C2 and 1D. RGB value is (181,194,29). Sum of RGB (Red+Green+Blue) = 181+194+29=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C21D is #4A3DE2. Grayscale: #ABABAB. Windows color (decimal): -4865507 or 1950389. OLE color: 1950389.

HSL color Cylindrical-coordinate representation of color #B5C21D: hue angle of 64.73º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5C21D is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB18119429-
CMYK0.0700.850.24
HSL64.73º73.99%43.73%-
HSV(B)64.73º85.05%76.08%-
XYZ38.5748.58.49-
YUV171.347.69134.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 194 (76.17% from 255) = 48.02%
BLUE value IS 29 (11.72% from 255) = 7.18%
R=44.80%
G=48.02%
B=7.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181194290.0700.850.2464.7373.9943.73
HexB5C21D705518414a2c
Octal26530235701253010111254
Binary101101011100001011101111010101011100010000011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C21D; }

 p { color: rgb(181,194,29); }

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

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

 a { background-color: rgb(181,194,29); }

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

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

 span { border-color: rgb(181,194,29); }

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