#B7C41D

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

Shades of Rio Grande #B7C41D

Tints of Rio Grande #B7C41D

Color information

#B7C41D (or 0xB7C41D) is unknown color: approx Rio Grande. HEX triplet: B7, C4 and 1D. RGB value is (183,196,29). Sum of RGB (Red+Green+Blue) = 183+196+29=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C41D is #483BE2. Grayscale: #ADADAD. Windows color (decimal): -4733923 or 1950903. OLE color: 1950903.

HSL color Cylindrical-coordinate representation of color #B7C41D: hue angle of 64.67º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7C41D is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB18319629-
CMYK0.0700.850.23
HSL64.67º74.22%44.12%-
HSV(B)64.67º85.2%76.86%-
XYZ39.4949.648.66-
YUV173.0846.69135.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 196 (76.95% from 255) = 48.04%
BLUE value IS 29 (11.72% from 255) = 7.11%
R=44.85%
G=48.04%
B=7.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183196290.0700.850.2364.6774.2244.12
HexB7C41D705517414a2c
Octal26730435701252710111254
Binary101101111100010011101111010101011011110000011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C41D; }

 p { color: rgb(183,196,29); }

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

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

 a { background-color: rgb(183,196,29); }

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

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

 span { border-color: rgb(183,196,29); }

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