#B7C51A

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

Shades of Rio Grande #B7C51A

Tints of Rio Grande #B7C51A

Color information

#B7C51A (or 0xB7C51A) is unknown color: approx Rio Grande. HEX triplet: B7, C5 and 1A. RGB value is (183,197,26). Sum of RGB (Red+Green+Blue) = 183+197+26=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 26 (10.55% from 255 or 6.40% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C51A is #483AE5. Grayscale: #ADADAD. Windows color (decimal): -4733670 or 1754551. OLE color: 1754551.

HSL color Cylindrical-coordinate representation of color #B7C51A: hue angle of 64.91º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7C51A is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB18319726-
CMYK0.0700.870.23
HSL64.91º76.68%43.73%-
HSV(B)64.91º86.8%77.25%-
XYZ39.6850.078.55-
YUV173.3244.86134.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 197 (77.34% from 255) = 48.52%
BLUE value IS 26 (10.55% from 255) = 6.40%
R=45.07%
G=48.52%
B=6.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183197260.0700.870.2364.9176.6843.73
HexB7C51A705717414d2c
Octal26730532701272710111554
Binary101101111100010111010111010101111011110000011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C51A; }

 p { color: rgb(183,197,26); }

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

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

 a { background-color: rgb(183,197,26); }

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

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

 span { border-color: rgb(183,197,26); }

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