#B3C115

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

Shades of Rio Grande #B3C115

Tints of Rio Grande #B3C115

Color information

#B3C115 (or 0xB3C115) is unknown color: approx Rio Grande. HEX triplet: B3, C1 and 15. RGB value is (179,193,21). Sum of RGB (Red+Green+Blue) = 179+193+21=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C115 is #4C3EEA. Grayscale: #A9A9A9. Windows color (decimal): -4996843 or 1425843. OLE color: 1425843.

HSL color Cylindrical-coordinate representation of color #B3C115: hue angle of 64.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3C115 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB17919321-
CMYK0.0700.890.24
HSL64.88º80.37%41.96%-
HSV(B)64.88º89.12%75.69%-
XYZ37.847.787.94-
YUV169.2144.36134.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 193 (75.78% from 255) = 49.11%
BLUE value IS 21 (8.59% from 255) = 5.34%
R=45.55%
G=49.11%
B=5.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179193210.0700.890.2464.8880.3741.96
HexB3C11570591841502a
Octal26330125701313010112052
Binary101100111100000110101111010110011100010000011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C115; }

 p { color: rgb(179,193,21); }

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

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

 a { background-color: rgb(179,193,21); }

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

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

 span { border-color: rgb(179,193,21); }

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