#b3c62b

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

Shades of Rio Grande #B3C62B

Tints of Rio Grande #B3C62B

Color information

#B3C62B (or 0xB3C62B) is unknown color: approx Rio Grande. HEX triplet: B3, C6 and 2B. RGB value is (179,198,43). Sum of RGB (Red+Green+Blue) = 179+198+43=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C62B is #4C39D4. Grayscale: #AFAFAF. Windows color (decimal): -4995541 or 2868915. OLE color: 2868915.

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

Color convert

RGB17919843-
CMYK0.1000.780.22
HSL67.35º64.32%47.25%-
HSV(B)67.35º78.28%77.65%-
XYZ39.2250.159.9-
YUV174.6553.71131.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.62%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 43 (17.19% from 255) = 10.24%
R=42.62%
G=47.14%
B=10.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179198430.1000.780.2267.3564.3247.25
HexB3C62BA04E1643402f
Octal263306531201162610310057
Binary10110011110001101010111010010011101011010000111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3c62b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3c62b; }

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

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

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

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

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

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

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

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