#B7D51E

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

Shades of Rio Grande #B7D51E

Tints of Rio Grande #B7D51E

Color information

#B7D51E (or 0xB7D51E) is unknown color: approx Rio Grande. HEX triplet: B7, D5 and 1E. RGB value is (183,213,30). Sum of RGB (Red+Green+Blue) = 183+213+30=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D51E is #482AE1. Grayscale: #B7B7B7. Windows color (decimal): -4729570 or 2020791. OLE color: 2020791.

HSL color Cylindrical-coordinate representation of color #B7D51E: hue angle of 69.84º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7D51E is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB18321330-
CMYK0.1400.860.16
HSL69.84º75.31%47.65%-
HSV(B)69.84º85.92%83.53%-
XYZ43.5657.7510.08-
YUV183.1741.56127.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 213 (83.59% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 7.04%
R=42.96%
G=50%
B=7.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183213300.1400.860.1669.8475.3147.65
HexB7D51EE05610464b30
Octal267325361601262010611360
Binary1011011111010101111101110010101101000010001101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D51E; }

 p { color: rgb(183,213,30); }

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

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

 a { background-color: rgb(183,213,30); }

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

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

 span { border-color: rgb(183,213,30); }

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