#B0D013

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

Shades of Rio Grande #B0D013

Tints of Rio Grande #B0D013

Color information

#B0D013 (or 0xB0D013) is unknown color: approx Rio Grande. HEX triplet: B0, D0 and 13. RGB value is (176,208,19). Sum of RGB (Red+Green+Blue) = 176+208+19=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D013 is #4F2FEC. Grayscale: #B1B1B1. Windows color (decimal): -5189613 or 1298608. OLE color: 1298608.

HSL color Cylindrical-coordinate representation of color #B0D013: hue angle of 70.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0D013 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB17620819-
CMYK0.1500.910.18
HSL70.16º83.26%44.51%-
HSV(B)70.16º90.87%81.57%-
XYZ40.5854.398.98-
YUV176.8938.9127.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 208 (81.64% from 255) = 51.61%
BLUE value IS 19 (7.81% from 255) = 4.71%
R=43.67%
G=51.61%
B=4.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176208190.1500.910.1870.1683.2644.51
HexB0D013F05B1246532d
Octal260320231701332210612355
Binary1011000011010000100111111010110111001010001101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D013; }

 p { color: rgb(176,208,19); }

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

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

 a { background-color: rgb(176,208,19); }

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

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

 span { border-color: rgb(176,208,19); }

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