#B4BE27

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

Shades of Rio Grande #B4BE27

Tints of Rio Grande #B4BE27

Color information

#B4BE27 (or 0xB4BE27) is unknown color: approx Rio Grande. HEX triplet: B4, BE and 27. RGB value is (180,190,39). Sum of RGB (Red+Green+Blue) = 180+190+39=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BE27 is #4B41D8. Grayscale: #AAAAAA. Windows color (decimal): -4932057 or 2604724. OLE color: 2604724.

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

Color convert

RGB18019039-
CMYK0.0500.790.25
HSL63.97º65.94%44.9%-
HSV(B)63.97º79.47%74.51%-
XYZ37.646.688.95-
YUV169.854.19135.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 190 (74.61% from 255) = 46.45%
BLUE value IS 39 (15.62% from 255) = 9.54%
R=44.01%
G=46.45%
B=9.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180190390.0500.790.2563.9765.9444.9
HexB4BE27504F1940422d
Octal26427647501173110010255
Binary1011010010111110100111101010011111100110000001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE27; }

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

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

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

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

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

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

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

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