#B1CF19

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

Shades of Rio Grande #B1CF19

Tints of Rio Grande #B1CF19

Color information

#B1CF19 (or 0xB1CF19) is unknown color: approx Rio Grande. HEX triplet: B1, CF and 19. RGB value is (177,207,25). Sum of RGB (Red+Green+Blue) = 177+207+25=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CF19 is #4E30E6. Grayscale: #B1B1B1. Windows color (decimal): -5124327 or 1691569. OLE color: 1691569.

HSL color Cylindrical-coordinate representation of color #B1CF19: hue angle of 69.89º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1CF19 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB17720725-
CMYK0.1400.880.19
HSL69.89º78.45%45.49%-
HSV(B)69.89º87.92%81.18%-
XYZ40.6254.049.21-
YUV177.2842.06127.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 207 (81.25% from 255) = 50.61%
BLUE value IS 25 (10.16% from 255) = 6.11%
R=43.28%
G=50.61%
B=6.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177207250.1400.880.1969.8978.4545.49
HexB1CF19E05813464e2d
Octal261317311601302310611655
Binary1011000111001111110011110010110001001110001101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CF19; }

 p { color: rgb(177,207,25); }

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

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

 a { background-color: rgb(177,207,25); }

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

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

 span { border-color: rgb(177,207,25); }

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