#BEC427

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

Shades of Rio Grande #BEC427

Tints of Rio Grande #BEC427

Color information

#BEC427 (or 0xBEC427) is unknown color: approx Rio Grande. HEX triplet: BE, C4 and 27. RGB value is (190,196,39). Sum of RGB (Red+Green+Blue) = 190+196+39=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC427 is #413BD8. Grayscale: #B0B0B0. Windows color (decimal): -4275161 or 2606270. OLE color: 2606270.

HSL color Cylindrical-coordinate representation of color #BEC427: hue angle of 62.29º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEC427 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19019639-
CMYK0.0300.800.23
HSL62.29º66.81%46.08%-
HSV(B)62.29º80.1%76.86%-
XYZ41.3450.579.5-
YUV176.3150.51137.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 196 (76.95% from 255) = 46.12%
BLUE value IS 39 (15.62% from 255) = 9.18%
R=44.71%
G=46.12%
B=9.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190196390.0300.800.2362.2966.8146.08
HexBEC4273050173e432e
Octal2763044730120277610356
Binary10111110110001001001111101010000101111111101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC427; }

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

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

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

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

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

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

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

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