#BEBF26

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

Shades of Rio Grande #BEBF26

Tints of Rio Grande #BEBF26

Color information

#BEBF26 (or 0xBEBF26) is unknown color: approx Rio Grande. HEX triplet: BE, BF and 26. RGB value is (190,191,38). Sum of RGB (Red+Green+Blue) = 190+191+38=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF26 is #4140D9. Grayscale: #ADADAD. Windows color (decimal): -4276442 or 2539454. OLE color: 2539454.

HSL color Cylindrical-coordinate representation of color #BEBF26: hue angle of 60.39º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEBF26 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19019138-
CMYK0.0100.800.25
HSL60.39º66.81%44.9%-
HSV(B)60.39º80.1%74.9%-
XYZ40.2248.359.05-
YUV173.2651.67139.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 38 (15.23% from 255) = 9.07%
R=45.35%
G=45.58%
B=9.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190191380.0100.800.2560.3966.8144.9
HexBEBF261050193c432d
Octal2762774610120317410355
Binary1011111010111111100110101010000110011111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF26; }

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

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

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

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

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

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

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

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