#B8BE2E

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

Shades of Rio Grande #B8BE2E

Tints of Rio Grande #B8BE2E

Color information

#B8BE2E (or 0xB8BE2E) is unknown color: approx Rio Grande. HEX triplet: B8, BE and 2E. RGB value is (184,190,46). Sum of RGB (Red+Green+Blue) = 184+190+46=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE2E is #4741D1. Grayscale: #ACACAC. Windows color (decimal): -4669906 or 3063480. OLE color: 3063480.

HSL color Cylindrical-coordinate representation of color #B8BE2E: hue angle of 62.5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8BE2E is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB18419046-
CMYK0.0300.760.25
HSL62.5º61.02%46.27%-
HSV(B)62.5º75.79%74.51%-
XYZ38.6747.219.66-
YUV171.7957.01136.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 46 (18.36% from 255) = 10.95%
R=43.81%
G=45.24%
B=10.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184190460.0300.760.2562.561.0246.27
HexB8BE2E304C193e3d2e
Octal270276563011431767556
Binary1011100010111110101110110100110011001111110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BE2E; }

 p { color: rgb(184,190,46); }

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

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

 a { background-color: rgb(184,190,46); }

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

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

 span { border-color: rgb(184,190,46); }

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