#B7C319

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

Shades of Rio Grande #B7C319

Tints of Rio Grande #B7C319

Color information

#B7C319 (or 0xB7C319) is unknown color: approx Rio Grande. HEX triplet: B7, C3 and 19. RGB value is (183,195,25). Sum of RGB (Red+Green+Blue) = 183+195+25=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C319 is #483CE6. Grayscale: #ACACAC. Windows color (decimal): -4734183 or 1688503. OLE color: 1688503.

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

Color convert

RGB18319525-
CMYK0.0600.870.24
HSL64.24º77.27%43.14%-
HSV(B)64.24º87.18%76.47%-
XYZ39.2249.178.34-
YUV172.0345.02135.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 195 (76.56% from 255) = 48.39%
BLUE value IS 25 (10.16% from 255) = 6.20%
R=45.41%
G=48.39%
B=6.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183195250.0600.870.2464.2477.2743.14
HexB7C319605718404d2b
Octal26730331601273010011553
Binary101101111100001111001110010101111100010000001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C319; }

 p { color: rgb(183,195,25); }

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

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

 a { background-color: rgb(183,195,25); }

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

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

 span { border-color: rgb(183,195,25); }

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