#b7c11b

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

Shades of Rio Grande #B7C11B

Tints of Rio Grande #B7C11B

Color information

#B7C11B (or 0xB7C11B) is unknown color: approx Rio Grande. HEX triplet: B7, C1 and 1B. RGB value is (183,193,27). Sum of RGB (Red+Green+Blue) = 183+193+27=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C11B is #483EE4. Grayscale: #ABABAB. Windows color (decimal): -4734693 or 1819063. OLE color: 1819063.

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

Color convert

RGB18319327-
CMYK0.0500.860.24
HSL63.61º75.45%43.14%-
HSV(B)63.61º86.01%75.69%-
XYZ38.848.298.31-
YUV171.0946.69136.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 193 (75.78% from 255) = 47.89%
BLUE value IS 27 (10.94% from 255) = 6.70%
R=45.41%
G=47.89%
B=6.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183193270.0500.860.2463.6175.4543.14
HexB7C11B505618404b2b
Octal26730133501263010011353
Binary101101111100000111011101010101101100010000001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7c11b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7c11b; }

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

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

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

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

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

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

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

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