#B4C121

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

Shades of Rio Grande #B4C121

Tints of Rio Grande #B4C121

Color information

#B4C121 (or 0xB4C121) is unknown color: approx Rio Grande. HEX triplet: B4, C1 and 21. RGB value is (180,193,33). Sum of RGB (Red+Green+Blue) = 180+193+33=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C121 is #4B3EDE. Grayscale: #ABABAB. Windows color (decimal): -4931295 or 2212276. OLE color: 2212276.

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

Color convert

RGB18019333-
CMYK0.0700.830.24
HSL64.88º70.8%44.31%-
HSV(B)64.88º82.9%75.69%-
XYZ38.1747.958.68-
YUV170.8750.19134.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 193 (75.78% from 255) = 47.54%
BLUE value IS 33 (13.28% from 255) = 8.13%
R=44.33%
G=47.54%
B=8.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180193330.0700.830.2464.8870.844.31
HexB4C12170531841472c
Octal26430141701233010110754
Binary1011010011000001100001111010100111100010000011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C121; }

 p { color: rgb(180,193,33); }

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

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

 a { background-color: rgb(180,193,33); }

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

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

 span { border-color: rgb(180,193,33); }

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