#B2D21F

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

Shades of Rio Grande #B2D21F

Tints of Rio Grande #B2D21F

Color information

#B2D21F (or 0xB2D21F) is unknown color: approx Rio Grande. HEX triplet: B2, D2 and 1F. RGB value is (178,210,31). Sum of RGB (Red+Green+Blue) = 178+210+31=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D21F is #4D2DE0. Grayscale: #B4B4B4. Windows color (decimal): -5058017 or 2085554. OLE color: 2085554.

HSL color Cylindrical-coordinate representation of color #B2D21F: hue angle of 70.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2D21F is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB17821031-
CMYK0.1500.850.18
HSL70.73º74.27%47.25%-
HSV(B)70.73º85.24%82.35%-
XYZ41.6555.669.84-
YUV180.0343.9126.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 210 (82.42% from 255) = 50.12%
BLUE value IS 31 (12.5% from 255) = 7.40%
R=42.48%
G=50.12%
B=7.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178210310.1500.850.1870.7374.2747.25
HexB2D21FF05512474a2f
Octal262322371701252210711257
Binary1011001011010010111111111010101011001010001111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D21F; }

 p { color: rgb(178,210,31); }

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

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

 a { background-color: rgb(178,210,31); }

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

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

 span { border-color: rgb(178,210,31); }

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