#B7D418

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

Shades of Rio Grande #B7D418

Tints of Rio Grande #B7D418

Color information

#B7D418 (or 0xB7D418) is unknown color: approx Rio Grande. HEX triplet: B7, D4 and 18. RGB value is (183,212,24). Sum of RGB (Red+Green+Blue) = 183+212+24=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D418 is #482BE7. Grayscale: #B6B6B6. Windows color (decimal): -4729832 or 1627319. OLE color: 1627319.

HSL color Cylindrical-coordinate representation of color #B7D418: hue angle of 69.26º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7D418 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB18321224-
CMYK0.1400.890.17
HSL69.26º79.66%46.27%-
HSV(B)69.26º88.68%83.14%-
XYZ43.2457.229.63-
YUV181.938.89128.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 212 (83.20% from 255) = 50.60%
BLUE value IS 24 (9.77% from 255) = 5.73%
R=43.68%
G=50.60%
B=5.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal183212240.1400.890.1769.2679.6646.27
HexB7D418E0591145502e
Octal267324301601312110512056
Binary1011011111010100110001110010110011000110001011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D418; }

 p { color: rgb(183,212,24); }

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

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

 a { background-color: rgb(183,212,24); }

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

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

 span { border-color: rgb(183,212,24); }

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