#BEC71C

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

Shades of Rio Grande #BEC71C

Tints of Rio Grande #BEC71C

Color information

#BEC71C (or 0xBEC71C) is unknown color: approx Rio Grande. HEX triplet: BE, C7 and 1C. RGB value is (190,199,28). Sum of RGB (Red+Green+Blue) = 190+199+28=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC71C is #4138E3. Grayscale: #B1B1B1. Windows color (decimal): -4274404 or 1886142. OLE color: 1886142.

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

Color convert

RGB19019928-
CMYK0.0500.860.22
HSL63.16º75.33%44.51%-
HSV(B)63.16º85.93%78.04%-
XYZ41.8751.888.91-
YUV176.8244.02137.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 199 (78.12% from 255) = 47.72%
BLUE value IS 28 (11.33% from 255) = 6.71%
R=45.56%
G=47.72%
B=6.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190199280.0500.860.2263.1675.3344.51
HexBEC71C5056163f4b2d
Octal2763073450126267711355
Binary10111110110001111110010101010110101101111111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC71C; }

 p { color: rgb(190,199,28); }

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

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

 a { background-color: rgb(190,199,28); }

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

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

 span { border-color: rgb(190,199,28); }

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