#b4c42d

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

Shades of Rio Grande #B4C42D

Tints of Rio Grande #B4C42D

Color information

#B4C42D (or 0xB4C42D) is unknown color: approx Rio Grande. HEX triplet: B4, C4 and 2D. RGB value is (180,196,45). Sum of RGB (Red+Green+Blue) = 180+196+45=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C42D is #4B3BD2. Grayscale: #AEAEAE. Windows color (decimal): -4930515 or 2999476. OLE color: 2999476.

HSL color Cylindrical-coordinate representation of color #B4C42D: hue angle of 66.36º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4C42D is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB18019645-
CMYK0.0800.770.23
HSL66.36º62.66%47.25%-
HSV(B)66.36º77.04%76.86%-
XYZ39.0449.379.96-
YUV17455.2132.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 196 (76.95% from 255) = 46.56%
BLUE value IS 45 (17.97% from 255) = 10.69%
R=42.76%
G=46.56%
B=10.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180196450.0800.770.2366.3662.6647.25
HexB4C42D804D17423f2f
Octal26430455100115271027757
Binary1011010011000100101101100001001101101111000010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4c42d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4c42d; }

 p { color: rgb(180,196,45); }

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

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

 a { background-color: rgb(180,196,45); }

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

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

 span { border-color: rgb(180,196,45); }

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