#B4BE23

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

Shades of Rio Grande #B4BE23

Tints of Rio Grande #B4BE23

Color information

#B4BE23 (or 0xB4BE23) is unknown color: approx Rio Grande. HEX triplet: B4, BE and 23. RGB value is (180,190,35). Sum of RGB (Red+Green+Blue) = 180+190+35=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BE23 is #4B41DC. Grayscale: #A9A9A9. Windows color (decimal): -4932061 or 2342580. OLE color: 2342580.

HSL color Cylindrical-coordinate representation of color #B4BE23: hue angle of 63.87º 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 #B4BE23 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB18019035-
CMYK0.0500.820.25
HSL63.87º68.89%44.12%-
HSV(B)63.87º81.58%74.51%-
XYZ37.5446.658.62-
YUV169.3452.19135.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 190 (74.61% from 255) = 46.91%
BLUE value IS 35 (14.06% from 255) = 8.64%
R=44.44%
G=46.91%
B=8.64%

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
Decimal180190350.0500.820.2563.8768.8944.12
HexB4BE2350521940452c
Octal26427643501223110010554
Binary1011010010111110100011101010100101100110000001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE23; }

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

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

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

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

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

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

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

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