#B7C11E

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

Shades of Rio Grande #B7C11E

Tints of Rio Grande #B7C11E

Color information

#B7C11E (or 0xB7C11E) is unknown color: approx Rio Grande. HEX triplet: B7, C1 and 1E. RGB value is (183,193,30). Sum of RGB (Red+Green+Blue) = 183+193+30=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C11E is #483EE1. Grayscale: #ACACAC. Windows color (decimal): -4734690 or 2015671. OLE color: 2015671.

HSL color Cylindrical-coordinate representation of color #B7C11E: hue angle of 63.68º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7C11E is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB18319330-
CMYK0.0500.840.24
HSL63.68º73.09%43.73%-
HSV(B)63.68º84.46%75.69%-
XYZ38.8348.38.5-
YUV171.4348.19136.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 193 (75.78% from 255) = 47.54%
BLUE value IS 30 (12.11% from 255) = 7.39%
R=45.07%
G=47.54%
B=7.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183193300.0500.840.2463.6873.0943.73
HexB7C11E50541840492c
Octal26730136501243010011154
Binary101101111100000111110101010101001100010000001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C11E; }

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

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

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

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

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

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

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

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