#B4C31E

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

Shades of Rio Grande #B4C31E

Tints of Rio Grande #B4C31E

Color information

#B4C31E (or 0xB4C31E) is unknown color: approx Rio Grande. HEX triplet: B4, C3 and 1E. RGB value is (180,195,30). Sum of RGB (Red+Green+Blue) = 180+195+30=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C31E is #4B3CE1. Grayscale: #ACACAC. Windows color (decimal): -4930786 or 2016180. OLE color: 2016180.

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

Color convert

RGB18019530-
CMYK0.0800.850.24
HSL65.45º73.33%44.12%-
HSV(B)65.45º84.62%76.47%-
XYZ38.5748.838.62-
YUV171.748.03133.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 195 (76.56% from 255) = 48.15%
BLUE value IS 30 (12.11% from 255) = 7.41%
R=44.44%
G=48.15%
B=7.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180195300.0800.850.2465.4573.3344.12
HexB4C31E80551841492c
Octal264303361001253010111154
Binary1011010011000011111101000010101011100010000011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C31E; }

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

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

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

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

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

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

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

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