#B1C01A

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

Shades of Rio Grande #B1C01A

Tints of Rio Grande #B1C01A

Color information

#B1C01A (or 0xB1C01A) is unknown color: approx Rio Grande. HEX triplet: B1, C0 and 1A. RGB value is (177,192,26). Sum of RGB (Red+Green+Blue) = 177+192+26=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C01A is #4E3FE5. Grayscale: #A9A9A9. Windows color (decimal): -5128166 or 1753265. OLE color: 1753265.

HSL color Cylindrical-coordinate representation of color #B1C01A: hue angle of 65.42º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1C01A is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB17719226-
CMYK0.0800.860.25
HSL65.42º76.15%42.75%-
HSV(B)65.42º86.46%75.29%-
XYZ37.1747.128.11-
YUV168.5947.53134-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 192 (75.39% from 255) = 48.61%
BLUE value IS 26 (10.55% from 255) = 6.58%
R=44.81%
G=48.61%
B=6.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177192260.0800.860.2565.4276.1542.75
HexB1C01A805619414c2b
Octal261300321001263110111453
Binary1011000111000000110101000010101101100110000011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C01A; }

 p { color: rgb(177,192,26); }

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

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

 a { background-color: rgb(177,192,26); }

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

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

 span { border-color: rgb(177,192,26); }

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