#B1CC0E

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

Shades of Rio Grande #B1CC0E

Tints of Rio Grande #B1CC0E

Color information

#B1CC0E (or 0xB1CC0E) is unknown color: approx Rio Grande. HEX triplet: B1, CC and 0E. RGB value is (177,204,14). Sum of RGB (Red+Green+Blue) = 177+204+14=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CC0E is #4E33F1. Grayscale: #AFAFAF. Windows color (decimal): -5125106 or 969905. OLE color: 969905.

HSL color Cylindrical-coordinate representation of color #B1CC0E: hue angle of 68.53º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1CC0E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB17720414-
CMYK0.1300.930.2
HSL68.53º87.16%42.75%-
HSV(B)68.53º93.14%80%-
XYZ39.852.568.46-
YUV174.2737.55129.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 204 (80.08% from 255) = 51.65%
BLUE value IS 14 (5.86% from 255) = 3.54%
R=44.81%
G=51.65%
B=3.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal177204140.1300.930.268.5387.1642.75
HexB1CCED05D1445572b
Octal261314161501352410512753
Binary101100011100110011101101010111011010010001011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CC0E; }

 p { color: rgb(177,204,14); }

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

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

 a { background-color: rgb(177,204,14); }

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

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

 span { border-color: rgb(177,204,14); }

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