#B3C61B

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

Shades of Rio Grande #B3C61B

Tints of Rio Grande #B3C61B

Color information

#B3C61B (or 0xB3C61B) is unknown color: approx Rio Grande. HEX triplet: B3, C6 and 1B. RGB value is (179,198,27). Sum of RGB (Red+Green+Blue) = 179+198+27=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C61B is #4C39E4. Grayscale: #ADADAD. Windows color (decimal): -4995557 or 1820339. OLE color: 1820339.

HSL color Cylindrical-coordinate representation of color #B3C61B: hue angle of 66.67º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B3C61B is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB17919827-
CMYK0.1000.860.22
HSL66.67º76%44.12%-
HSV(B)66.67º86.36%77.65%-
XYZ38.9850.058.64-
YUV172.8245.71132.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 198 (77.73% from 255) = 49.01%
BLUE value IS 27 (10.94% from 255) = 6.68%
R=44.31%
G=49.01%
B=6.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179198270.1000.860.2266.677644.12
HexB3C61BA05616434c2c
Octal263306331201262610311454
Binary1011001111000110110111010010101101011010000111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C61B; }

 p { color: rgb(179,198,27); }

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

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

 a { background-color: rgb(179,198,27); }

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

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

 span { border-color: rgb(179,198,27); }

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