#B7C51F

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

Shades of Rio Grande #B7C51F

Tints of Rio Grande #B7C51F

Color information

#B7C51F (or 0xB7C51F) is unknown color: approx Rio Grande. HEX triplet: B7, C5 and 1F. RGB value is (183,197,31). Sum of RGB (Red+Green+Blue) = 183+197+31=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C51F is #483AE0. Grayscale: #AEAEAE. Windows color (decimal): -4733665 or 2082231. OLE color: 2082231.

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

Color convert

RGB18319731-
CMYK0.0700.840.23
HSL65.06º72.81%44.71%-
HSV(B)65.06º84.26%77.25%-
XYZ39.7450.18.87-
YUV173.8947.36134.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 197 (77.34% from 255) = 47.93%
BLUE value IS 31 (12.5% from 255) = 7.54%
R=44.53%
G=47.93%
B=7.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183197310.0700.840.2365.0672.8144.71
HexB7C51F70541741492d
Octal26730537701242710111155
Binary101101111100010111111111010101001011110000011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C51F; }

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

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

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

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

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

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

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

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