#BEBF1A

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

Shades of Rio Grande #BEBF1A

Tints of Rio Grande #BEBF1A

Color information

#BEBF1A (or 0xBEBF1A) is unknown color: approx Rio Grande. HEX triplet: BE, BF and 1A. RGB value is (190,191,26). Sum of RGB (Red+Green+Blue) = 190+191+26=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF1A is #4140E5. Grayscale: #ACACAC. Windows color (decimal): -4276454 or 1753022. OLE color: 1753022.

HSL color Cylindrical-coordinate representation of color #BEBF1A: hue angle of 60.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEBF1A is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19019126-
CMYK0.0100.860.25
HSL60.36º76.04%42.55%-
HSV(B)60.36º86.39%74.9%-
XYZ40.0548.288.19-
YUV171.8945.67140.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 26 (10.55% from 255) = 6.39%
R=46.68%
G=46.93%
B=6.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190191260.0100.860.2560.3676.0442.55
HexBEBF1A1056193c4c2b
Octal2762773210126317411453
Binary101111101011111111010101010110110011111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF1A; }

 p { color: rgb(190,191,26); }

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

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

 a { background-color: rgb(190,191,26); }

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

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

 span { border-color: rgb(190,191,26); }

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