#B4C217

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

Shades of Rio Grande #B4C217

Tints of Rio Grande #B4C217

Color information

#B4C217 (or 0xB4C217) is unknown color: approx Rio Grande. HEX triplet: B4, C2 and 17. RGB value is (180,194,23). Sum of RGB (Red+Green+Blue) = 180+194+23=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C217 is #4B3DE8. Grayscale: #AAAAAA. Windows color (decimal): -4931049 or 1557172. OLE color: 1557172.

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

Color convert

RGB18019423-
CMYK0.0700.880.24
HSL64.91º78.8%42.55%-
HSV(B)64.91º88.14%76.08%-
XYZ38.2748.358.13-
YUV170.3244.86134.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 23 (9.38% from 255) = 5.79%
R=45.34%
G=48.87%
B=5.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180194230.0700.880.2464.9178.842.55
HexB4C217705818414f2b
Octal26430227701303010111753
Binary101101001100001010111111010110001100010000011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C217; }

 p { color: rgb(180,194,23); }

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

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

 a { background-color: rgb(180,194,23); }

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

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

 span { border-color: rgb(180,194,23); }

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