#B0C217

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

Shades of Rio Grande #B0C217

Tints of Rio Grande #B0C217

Color information

#B0C217 (or 0xB0C217) is unknown color: approx Rio Grande. HEX triplet: B0, C2 and 17. RGB value is (176,194,23). Sum of RGB (Red+Green+Blue) = 176+194+23=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C217 is #4F3DE8. Grayscale: #A9A9A9. Windows color (decimal): -5193193 or 1557168. OLE color: 1557168.

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

Color convert

RGB17619423-
CMYK0.0900.880.24
HSL66.32º78.8%42.55%-
HSV(B)66.32º88.14%76.08%-
XYZ37.3547.888.08-
YUV169.1245.54132.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 194 (76.17% from 255) = 49.36%
BLUE value IS 23 (9.38% from 255) = 5.85%
R=44.78%
G=49.36%
B=5.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176194230.0900.880.2466.3278.842.55
HexB0C217905818424f2b
Octal260302271101303010211753
Binary1011000011000010101111001010110001100010000101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C217; }

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

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

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

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

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

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

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

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