#B4BE18

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

Shades of Rio Grande #B4BE18

Tints of Rio Grande #B4BE18

Color information

#B4BE18 (or 0xB4BE18) is unknown color: approx Rio Grande. HEX triplet: B4, BE and 18. RGB value is (180,190,24). Sum of RGB (Red+Green+Blue) = 180+190+24=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BE18 is #4B41E7. Grayscale: #A8A8A8. Windows color (decimal): -4932072 or 1621684. OLE color: 1621684.

HSL color Cylindrical-coordinate representation of color #B4BE18: hue angle of 63.61º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4BE18 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB18019024-
CMYK0.0500.870.25
HSL63.61º77.57%41.96%-
HSV(B)63.61º87.37%74.51%-
XYZ37.446.67.89-
YUV168.0946.69136.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 190 (74.61% from 255) = 48.22%
BLUE value IS 24 (9.77% from 255) = 6.09%
R=45.69%
G=48.22%
B=6.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180190240.0500.870.2563.6177.5741.96
HexB4BE18505719404e2a
Octal26427630501273110011652
Binary101101001011111011000101010101111100110000001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE18; }

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

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

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

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

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

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

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

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