#B0C216

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

Shades of Rio Grande #B0C216

Tints of Rio Grande #B0C216

Color information

#B0C216 (or 0xB0C216) is unknown color: approx Rio Grande. HEX triplet: B0, C2 and 16. RGB value is (176,194,22). Sum of RGB (Red+Green+Blue) = 176+194+22=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C216 is #4F3DE9. Grayscale: #A9A9A9. Windows color (decimal): -5193194 or 1491632. OLE color: 1491632.

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

Color convert

RGB17619422-
CMYK0.0900.890.24
HSL66.28º79.63%42.35%-
HSV(B)66.28º88.66%76.08%-
XYZ37.3447.878.03-
YUV169.0145.04132.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 194 (76.17% from 255) = 49.49%
BLUE value IS 22 (8.98% from 255) = 5.61%
R=44.90%
G=49.49%
B=5.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176194220.0900.890.2466.2879.6342.35
HexB0C21690591842502a
Octal260302261101313010212052
Binary1011000011000010101101001010110011100010000101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C216; }

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

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

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

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

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

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

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

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