#b3c42f

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

Shades of Rio Grande #B3C42F

Tints of Rio Grande #B3C42F

Color information

#B3C42F (or 0xB3C42F) is unknown color: approx Rio Grande. HEX triplet: B3, C4 and 2F. RGB value is (179,196,47). Sum of RGB (Red+Green+Blue) = 179+196+47=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C42F is #4C3BD0. Grayscale: #AEAEAE. Windows color (decimal): -4996049 or 3130547. OLE color: 3130547.

HSL color Cylindrical-coordinate representation of color #B3C42F: hue angle of 66.85º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3C42F is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB17919647-
CMYK0.0900.760.23
HSL66.85º61.32%47.65%-
HSV(B)66.85º76.02%76.86%-
XYZ38.8449.2710.15-
YUV173.9356.37131.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 196 (76.95% from 255) = 46.45%
BLUE value IS 47 (18.75% from 255) = 11.14%
R=42.42%
G=46.45%
B=11.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal179196470.0900.760.2366.8561.3247.65
HexB3C42F904C17433d30
Octal26330457110114271037560
Binary1011001111000100101111100101001100101111000011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3c42f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3c42f; }

 p { color: rgb(179,196,47); }

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

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

 a { background-color: rgb(179,196,47); }

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

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

 span { border-color: rgb(179,196,47); }

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