#B3C61D

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

Shades of Rio Grande #B3C61D

Tints of Rio Grande #B3C61D

Color information

#B3C61D (or 0xB3C61D) is unknown color: approx Rio Grande. HEX triplet: B3, C6 and 1D. RGB value is (179,198,29). Sum of RGB (Red+Green+Blue) = 179+198+29=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C61D is #4C39E2. Grayscale: #ADADAD. Windows color (decimal): -4995555 or 1951411. OLE color: 1951411.

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

Color convert

RGB17919829-
CMYK0.1000.850.22
HSL66.75º74.45%44.51%-
HSV(B)66.75º85.35%77.65%-
XYZ39.0150.068.77-
YUV173.0546.71132.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 198 (77.73% from 255) = 48.77%
BLUE value IS 29 (11.72% from 255) = 7.14%
R=44.09%
G=48.77%
B=7.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179198290.1000.850.2266.7574.4544.51
HexB3C61DA05516434a2d
Octal263306351201252610311255
Binary1011001111000110111011010010101011011010000111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C61D; }

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

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

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

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

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

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

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

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