#B3C217

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

Shades of Rio Grande #B3C217

Tints of Rio Grande #B3C217

Color information

#B3C217 (or 0xB3C217) is unknown color: approx Rio Grande. HEX triplet: B3, C2 and 17. RGB value is (179,194,23). Sum of RGB (Red+Green+Blue) = 179+194+23=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C217 is #4C3DE8. Grayscale: #AAAAAA. Windows color (decimal): -4996585 or 1557171. OLE color: 1557171.

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

Color convert

RGB17919423-
CMYK0.0800.880.24
HSL65.26º78.8%42.55%-
HSV(B)65.26º88.14%76.08%-
XYZ38.0448.238.12-
YUV170.0245.03134.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 194 (76.17% from 255) = 48.99%
BLUE value IS 23 (9.38% from 255) = 5.81%
R=45.20%
G=48.99%
B=5.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179194230.0800.880.2465.2678.842.55
HexB3C217805818414f2b
Octal263302271001303010111753
Binary1011001111000010101111000010110001100010000011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C217; }

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

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

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

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

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

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

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

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