#B3C819

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

Shades of Rio Grande #B3C819

Tints of Rio Grande #B3C819

Color information

#B3C819 (or 0xB3C819) is unknown color: approx Rio Grande. HEX triplet: B3, C8 and 19. RGB value is (179,200,25). Sum of RGB (Red+Green+Blue) = 179+200+25=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C819 is #4C37E6. Grayscale: #AEAEAE. Windows color (decimal): -4995047 or 1689779. OLE color: 1689779.

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

Color convert

RGB17920025-
CMYK0.1000.880.22
HSL67.2º77.78%44.12%-
HSV(B)67.2º87.5%78.43%-
XYZ39.4250.968.68-
YUV173.7744.04131.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 200 (78.52% from 255) = 49.50%
BLUE value IS 25 (10.16% from 255) = 6.19%
R=44.31%
G=49.50%
B=6.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179200250.1000.880.2267.277.7844.12
HexB3C819A05816434e2c
Octal263310311201302610311654
Binary1011001111001000110011010010110001011010000111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C819; }

 p { color: rgb(179,200,25); }

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

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

 a { background-color: rgb(179,200,25); }

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

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

 span { border-color: rgb(179,200,25); }

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