#B2D521

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

Shades of Rio Grande #B2D521

Tints of Rio Grande #B2D521

Color information

#B2D521 (or 0xB2D521) is unknown color: approx Rio Grande. HEX triplet: B2, D5 and 21. RGB value is (178,213,33). Sum of RGB (Red+Green+Blue) = 178+213+33=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D521 is #4D2ADE. Grayscale: #B6B6B6. Windows color (decimal): -5057247 or 2217394. OLE color: 2217394.

HSL color Cylindrical-coordinate representation of color #B2D521: hue angle of 71.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2D521 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB17821333-
CMYK0.1600.850.16
HSL71.67º73.17%48.24%-
HSV(B)71.67º84.51%83.53%-
XYZ42.4357.1610.24-
YUV182.0243.9125.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 213 (83.59% from 255) = 50.24%
BLUE value IS 33 (13.28% from 255) = 7.78%
R=41.98%
G=50.24%
B=7.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178213330.1600.850.1671.6773.1748.24
HexB2D5211005510484930
Octal262325412001252011011160
Binary101100101101010110000110000010101011000010010001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D521; }

 p { color: rgb(178,213,33); }

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

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

 a { background-color: rgb(178,213,33); }

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

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

 span { border-color: rgb(178,213,33); }

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