#B8BE2B

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

Shades of Rio Grande #B8BE2B

Tints of Rio Grande #B8BE2B

Color information

#B8BE2B (or 0xB8BE2B) is unknown color: approx Rio Grande. HEX triplet: B8, BE and 2B. RGB value is (184,190,43). Sum of RGB (Red+Green+Blue) = 184+190+43=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE2B is #4741D4. Grayscale: #ACACAC. Windows color (decimal): -4669909 or 2866872. OLE color: 2866872.

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

Color convert

RGB18419043-
CMYK0.0300.770.25
HSL62.45º63.09%45.69%-
HSV(B)62.45º77.37%74.51%-
XYZ38.6247.199.36-
YUV171.4555.51136.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 43 (17.19% from 255) = 10.31%
R=44.12%
G=45.56%
B=10.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184190430.0300.770.2562.4563.0945.69
HexB8BE2B304D193e3f2e
Octal270276533011531767756
Binary1011100010111110101011110100110111001111110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BE2B; }

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

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

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

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

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

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

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

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