#b4b81c

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

Shades of Rio Grande #B4B81C

Tints of Rio Grande #B4B81C

Color information

#B4B81C (or 0xB4B81C) is unknown color: approx Rio Grande. HEX triplet: B4, B8 and 1C. RGB value is (180,184,28). Sum of RGB (Red+Green+Blue) = 180+184+28=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B81C is #4B47E3. Grayscale: #A5A5A5. Windows color (decimal): -4933604 or 1882292. OLE color: 1882292.

HSL color Cylindrical-coordinate representation of color #B4B81C: hue angle of 61.54º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4B81C is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB18018428-
CMYK0.0200.850.28
HSL61.54º73.58%41.57%-
HSV(B)61.54º84.78%72.16%-
XYZ36.1744.077.7-
YUV165.0250.67138.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 184 (72.27% from 255) = 46.94%
BLUE value IS 28 (11.33% from 255) = 7.14%
R=45.92%
G=46.94%
B=7.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180184280.0200.850.2861.5473.5841.57
HexB4B81C20551C3e4a2a
Octal2642703420125347611252
Binary1011010010111000111001001010101111001111101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4b81c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4b81c; }

 p { color: rgb(180,184,28); }

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

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

 a { background-color: rgb(180,184,28); }

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

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

 span { border-color: rgb(180,184,28); }

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