#B5BE23

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

Shades of Rio Grande #B5BE23

Tints of Rio Grande #B5BE23

Color information

#B5BE23 (or 0xB5BE23) is unknown color: approx Rio Grande. HEX triplet: B5, BE and 23. RGB value is (181,190,35). Sum of RGB (Red+Green+Blue) = 181+190+35=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE23 is #4A41DC. Grayscale: #AAAAAA. Windows color (decimal): -4866525 or 2342581. OLE color: 2342581.

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

Color convert

RGB18119035-
CMYK0.0500.820.25
HSL63.48º68.89%44.12%-
HSV(B)63.48º81.58%74.51%-
XYZ37.7746.778.63-
YUV169.6452.02136.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 35 (14.06% from 255) = 8.62%
R=44.58%
G=46.80%
B=8.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181190350.0500.820.2563.4868.8944.12
HexB5BE235052193f452c
Octal2652764350122317710554
Binary101101011011111010001110101010010110011111111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BE23; }

 p { color: rgb(181,190,35); }

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

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

 a { background-color: rgb(181,190,35); }

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

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

 span { border-color: rgb(181,190,35); }

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