#B4C42A

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

Shades of Rio Grande #B4C42A

Tints of Rio Grande #B4C42A

Color information

#B4C42A (or 0xB4C42A) is unknown color: approx Rio Grande. HEX triplet: B4, C4 and 2A. RGB value is (180,196,42). Sum of RGB (Red+Green+Blue) = 180+196+42=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C42A is #4B3BD5. Grayscale: #AEAEAE. Windows color (decimal): -4930518 or 2802868. OLE color: 2802868.

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

Color convert

RGB18019642-
CMYK0.0800.790.23
HSL66.23º64.71%46.67%-
HSV(B)66.23º78.57%76.86%-
XYZ38.9849.359.66-
YUV173.6653.7132.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 196 (76.95% from 255) = 46.89%
BLUE value IS 42 (16.80% from 255) = 10.05%
R=43.06%
G=46.89%
B=10.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180196420.0800.790.2366.2364.7146.67
HexB4C42A804F1742412f
Octal264304521001172710210157
Binary10110100110001001010101000010011111011110000101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C42A; }

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

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

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

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

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

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

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

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