#B7D019

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

Shades of Rio Grande #B7D019

Tints of Rio Grande #B7D019

Color information

#B7D019 (or 0xB7D019) is unknown color: approx Rio Grande. HEX triplet: B7, D0 and 19. RGB value is (183,208,25). Sum of RGB (Red+Green+Blue) = 183+208+25=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D019 is #482FE6. Grayscale: #B4B4B4. Windows color (decimal): -4730855 or 1691831. OLE color: 1691831.

HSL color Cylindrical-coordinate representation of color #B7D019: hue angle of 68.2º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7D019 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB18320825-
CMYK0.1200.880.18
HSL68.2º78.54%45.69%-
HSV(B)68.2º87.98%81.57%-
XYZ42.2655.259.36-
YUV179.6640.72130.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 208 (81.64% from 255) = 50%
BLUE value IS 25 (10.16% from 255) = 6.01%
R=43.99%
G=50%
B=6.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal183208250.1200.880.1868.278.5445.69
HexB7D019C05812444f2e
Octal267320311401302210411756
Binary1011011111010000110011100010110001001010001001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D019; }

 p { color: rgb(183,208,25); }

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

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

 a { background-color: rgb(183,208,25); }

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

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

 span { border-color: rgb(183,208,25); }

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