#b1d41c

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

Shades of Rio Grande #B1D41C

Tints of Rio Grande #B1D41C

Color information

#B1D41C (or 0xB1D41C) is unknown color: approx Rio Grande. HEX triplet: B1, D4 and 1C. RGB value is (177,212,28). Sum of RGB (Red+Green+Blue) = 177+212+28=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D41C is #4E2BE3. Grayscale: #B5B5B5. Windows color (decimal): -5123044 or 1889457. OLE color: 1889457.

HSL color Cylindrical-coordinate representation of color #B1D41C: hue angle of 71.41º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1D41C is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB17721228-
CMYK0.1700.870.17
HSL71.41º76.67%47.06%-
HSV(B)71.41º86.79%83.14%-
XYZ41.8856.529.8-
YUV180.5641.9125.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 212 (83.20% from 255) = 50.84%
BLUE value IS 28 (11.33% from 255) = 6.71%
R=42.45%
G=50.84%
B=6.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177212280.1700.870.1771.4176.6747.06
HexB1D41C1105711474d2f
Octal261324342101272110711557
Binary10110001110101001110010001010101111000110001111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1d41c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1d41c; }

 p { color: rgb(177,212,28); }

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

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

 a { background-color: rgb(177,212,28); }

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

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

 span { border-color: rgb(177,212,28); }

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