#B3C216

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

Shades of Rio Grande #B3C216

Tints of Rio Grande #B3C216

Color information

#B3C216 (or 0xB3C216) is unknown color: approx Rio Grande. HEX triplet: B3, C2 and 16. RGB value is (179,194,22). Sum of RGB (Red+Green+Blue) = 179+194+22=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C216 is #4C3DE9. Grayscale: #AAAAAA. Windows color (decimal): -4996586 or 1491635. OLE color: 1491635.

HSL color Cylindrical-coordinate representation of color #B3C216: hue angle of 65.23º 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 #B3C216 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB17919422-
CMYK0.0800.890.24
HSL65.23º79.63%42.35%-
HSV(B)65.23º88.66%76.08%-
XYZ38.0348.238.06-
YUV169.9144.53134.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 194 (76.17% from 255) = 49.11%
BLUE value IS 22 (8.98% from 255) = 5.57%
R=45.32%
G=49.11%
B=5.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179194220.0800.890.2465.2379.6342.35
HexB3C21680591841502a
Octal263302261001313010112052
Binary1011001111000010101101000010110011100010000011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C216; }

 p { color: rgb(179,194,22); }

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

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

 a { background-color: rgb(179,194,22); }

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

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

 span { border-color: rgb(179,194,22); }

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