#BEBF1B

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

Shades of Rio Grande #BEBF1B

Tints of Rio Grande #BEBF1B

Color information

#BEBF1B (or 0xBEBF1B) is unknown color: approx Rio Grande. HEX triplet: BE, BF and 1B. RGB value is (190,191,27). Sum of RGB (Red+Green+Blue) = 190+191+27=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF1B is #4140E4. Grayscale: #ACACAC. Windows color (decimal): -4276453 or 1818558. OLE color: 1818558.

HSL color Cylindrical-coordinate representation of color #BEBF1B: hue angle of 60.37º degrees, saturation: 0.75, 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 #BEBF1B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19019127-
CMYK0.0100.860.25
HSL60.37º75.23%42.75%-
HSV(B)60.37º85.86%74.9%-
XYZ40.0648.298.25-
YUV17246.17140.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 191 (75% from 255) = 46.81%
BLUE value IS 27 (10.94% from 255) = 6.62%
R=46.57%
G=46.81%
B=6.62%

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
Decimal190191270.0100.860.2560.3775.2342.75
HexBEBF1B1056193c4b2b
Octal2762773310126317411353
Binary101111101011111111011101010110110011111001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF1B; }

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

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

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

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

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

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

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

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