#B4BC18

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

Shades of Rio Grande #B4BC18

Tints of Rio Grande #B4BC18

Color information

#B4BC18 (or 0xB4BC18) is unknown color: approx Rio Grande. HEX triplet: B4, BC and 18. RGB value is (180,188,24). Sum of RGB (Red+Green+Blue) = 180+188+24=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BC18 is #4B43E7. Grayscale: #A7A7A7. Windows color (decimal): -4932584 or 1621172. OLE color: 1621172.

HSL color Cylindrical-coordinate representation of color #B4BC18: hue angle of 62.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4BC18 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18018824-
CMYK0.0400.870.26
HSL62.93º77.36%41.57%-
HSV(B)62.93º87.23%73.73%-
XYZ36.9745.747.74-
YUV166.9147.35137.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 188 (73.83% from 255) = 47.96%
BLUE value IS 24 (9.77% from 255) = 6.12%
R=45.92%
G=47.96%
B=6.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180188240.0400.870.2662.9377.3641.57
HexB4BC1840571A3f4d2a
Octal2642743040127327711552
Binary10110100101111001100010001010111110101111111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC18; }

 p { color: rgb(180,188,24); }

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

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

 a { background-color: rgb(180,188,24); }

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

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

 span { border-color: rgb(180,188,24); }

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