#B8BE2A

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

Shades of Rio Grande #B8BE2A

Tints of Rio Grande #B8BE2A

Color information

#B8BE2A (or 0xB8BE2A) is unknown color: approx Rio Grande. HEX triplet: B8, BE and 2A. RGB value is (184,190,42). Sum of RGB (Red+Green+Blue) = 184+190+42=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE2A is #4741D5. Grayscale: #ABABAB. Windows color (decimal): -4669910 or 2801336. OLE color: 2801336.

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

Color convert

RGB18419042-
CMYK0.0300.780.25
HSL62.43º63.79%45.49%-
HSV(B)62.43º77.89%74.51%-
XYZ38.647.189.26-
YUV171.3355.01137.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 42 (16.80% from 255) = 10.10%
R=44.23%
G=45.67%
B=10.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184190420.0300.780.2562.4363.7945.49
HexB8BE2A304E193e402d
Octal2702765230116317610055
Binary10111000101111101010101101001110110011111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BE2A; }

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

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

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

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

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

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

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

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