#BEC905

Color #BEC905 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BEC905

Tints of La Rioja #BEC905

Color information

#BEC905 (or 0xBEC905) is unknown color: approx La Rioja. HEX triplet: BE, C9 and 05. RGB value is (190,201,5). Sum of RGB (Red+Green+Blue) = 190+201+5=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC905 is #4136FA. Grayscale: #B0B0B0. Windows color (decimal): -4273915 or 379326. OLE color: 379326.

HSL color Cylindrical-coordinate representation of color #BEC905: hue angle of 63.37º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEC905 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB1902015-
CMYK0.0500.980.21
HSL63.37º95.15%40.39%-
HSV(B)63.37º97.51%78.82%-
XYZ42.1552.738.1-
YUV175.3731.86138.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 201 (78.91% from 255) = 50.76%
BLUE value IS 5 (2.34% from 255) = 1.26%
R=47.98%
G=50.76%
B=1.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19020150.0500.980.2163.3795.1540.39
HexBEC955062153f5f28
Octal276311550142257713750
Binary101111101100100110110101100010101011111111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC905; }

 p { color: rgb(190,201,5); }

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

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

 a { background-color: rgb(190,201,5); }

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

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

 span { border-color: rgb(190,201,5); }

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