#B1C71F

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

Shades of Rio Grande #B1C71F

Tints of Rio Grande #B1C71F

Color information

#B1C71F (or 0xB1C71F) is unknown color: approx Rio Grande. HEX triplet: B1, C7 and 1F. RGB value is (177,199,31). Sum of RGB (Red+Green+Blue) = 177+199+31=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C71F is #4E38E0. Grayscale: #ADADAD. Windows color (decimal): -5126369 or 2082737. OLE color: 2082737.

HSL color Cylindrical-coordinate representation of color #B1C71F: hue angle of 67.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1C71F is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB17719931-
CMYK0.1100.840.22
HSL67.86º73.04%45.1%-
HSV(B)67.86º84.42%78.04%-
XYZ38.850.298.96-
YUV173.2747.71130.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 199 (78.12% from 255) = 48.89%
BLUE value IS 31 (12.5% from 255) = 7.62%
R=43.49%
G=48.89%
B=7.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177199310.1100.840.2267.8673.0445.1
HexB1C71FB0541644492d
Octal261307371301242610411155
Binary1011000111000111111111011010101001011010001001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C71F; }

 p { color: rgb(177,199,31); }

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

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

 a { background-color: rgb(177,199,31); }

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

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

 span { border-color: rgb(177,199,31); }

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