#b1d11c

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

Shades of Rio Grande #B1D11C

Tints of Rio Grande #B1D11C

Color information

#B1D11C (or 0xB1D11C) is unknown color: approx Rio Grande. HEX triplet: B1, D1 and 1C. RGB value is (177,209,28). Sum of RGB (Red+Green+Blue) = 177+209+28=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D11C is #4E2EE3. Grayscale: #B3B3B3. Windows color (decimal): -5123812 or 1888689. OLE color: 1888689.

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

Color convert

RGB17720928-
CMYK0.1500.870.18
HSL70.61º76.37%46.47%-
HSV(B)70.61º86.6%81.96%-
XYZ41.1455.039.55-
YUV178.842.9126.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 209 (82.03% from 255) = 50.48%
BLUE value IS 28 (11.33% from 255) = 6.76%
R=42.75%
G=50.48%
B=6.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177209280.1500.870.1870.6176.3746.47
HexB1D11CF05712474c2e
Octal261321341701272210711456
Binary1011000111010001111001111010101111001010001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1d11c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1d11c; }

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

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

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

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

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

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

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

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