#B4C31A

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

Shades of Rio Grande #B4C31A

Tints of Rio Grande #B4C31A

Color information

#B4C31A (or 0xB4C31A) is unknown color: approx Rio Grande. HEX triplet: B4, C3 and 1A. RGB value is (180,195,26). Sum of RGB (Red+Green+Blue) = 180+195+26=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C31A is #4B3CE5. Grayscale: #ABABAB. Windows color (decimal): -4930790 or 1754036. OLE color: 1754036.

HSL color Cylindrical-coordinate representation of color #B4C31A: hue angle of 65.33º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4C31A is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB18019526-
CMYK0.0800.870.24
HSL65.33º76.47%43.33%-
HSV(B)65.33º86.67%76.47%-
XYZ38.5248.818.37-
YUV171.2546.03134.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 26 (10.55% from 255) = 6.48%
R=44.89%
G=48.63%
B=6.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180195260.0800.870.2465.3376.4743.33
HexB4C31A805718414c2b
Octal264303321001273010111453
Binary1011010011000011110101000010101111100010000011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C31A; }

 p { color: rgb(180,195,26); }

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

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

 a { background-color: rgb(180,195,26); }

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

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

 span { border-color: rgb(180,195,26); }

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