#B0C715

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

Shades of Rio Grande #B0C715

Tints of Rio Grande #B0C715

Color information

#B0C715 (or 0xB0C715) is unknown color: approx Rio Grande. HEX triplet: B0, C7 and 15. RGB value is (176,199,21). Sum of RGB (Red+Green+Blue) = 176+199+21=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C715 is #4F38EA. Grayscale: #ACACAC. Windows color (decimal): -5191915 or 1427376. OLE color: 1427376.

HSL color Cylindrical-coordinate representation of color #B0C715: hue angle of 67.75º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0C715 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB17619921-
CMYK0.1200.890.22
HSL67.75º80.91%43.14%-
HSV(B)67.75º89.45%78.04%-
XYZ38.4650.138.36-
YUV171.8342.88130.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 199 (78.12% from 255) = 50.25%
BLUE value IS 21 (8.59% from 255) = 5.30%
R=44.44%
G=50.25%
B=5.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176199210.1200.890.2267.7580.9143.14
HexB0C715C0591644512b
Octal260307251401312610412153
Binary1011000011000111101011100010110011011010001001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C715; }

 p { color: rgb(176,199,21); }

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

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

 a { background-color: rgb(176,199,21); }

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

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

 span { border-color: rgb(176,199,21); }

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