#B3C51A

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

Shades of Rio Grande #B3C51A

Tints of Rio Grande #B3C51A

Color information

#B3C51A (or 0xB3C51A) is unknown color: approx Rio Grande. HEX triplet: B3, C5 and 1A. RGB value is (179,197,26). Sum of RGB (Red+Green+Blue) = 179+197+26=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C51A is #4C3AE5. Grayscale: #ACACAC. Windows color (decimal): -4995814 or 1754547. OLE color: 1754547.

HSL color Cylindrical-coordinate representation of color #B3C51A: hue angle of 66.32º 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 #B3C51A is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB17919726-
CMYK0.0900.870.23
HSL66.32º76.68%43.73%-
HSV(B)66.32º86.8%77.25%-
XYZ38.7449.598.51-
YUV172.1245.54132.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 197 (77.34% from 255) = 49.00%
BLUE value IS 26 (10.55% from 255) = 6.47%
R=44.53%
G=49.00%
B=6.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal179197260.0900.870.2366.3276.6843.73
HexB3C51A905717424d2c
Octal263305321101272710211554
Binary1011001111000101110101001010101111011110000101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C51A; }

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

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

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

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

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

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

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

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