#BECC05

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

Shades of La Rioja #BECC05

Tints of La Rioja #BECC05

Color information

#BECC05 (or 0xBECC05) is unknown color: approx La Rioja. HEX triplet: BE, CC and 05. RGB value is (190,204,5). Sum of RGB (Red+Green+Blue) = 190+204+5=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC05 is #4133FA. Grayscale: #B1B1B1. Windows color (decimal): -4273147 or 380094. OLE color: 380094.

HSL color Cylindrical-coordinate representation of color #BECC05: hue angle of 64.22º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BECC05 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB1902045-
CMYK0.0700.980.2
HSL64.22º95.22%40.98%-
HSV(B)64.22º97.55%80%-
XYZ42.8654.148.34-
YUV177.1330.86137.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 204 (80.08% from 255) = 51.13%
BLUE value IS 5 (2.34% from 255) = 1.25%
R=47.62%
G=51.13%
B=1.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal19020450.0700.980.264.2295.2240.98
HexBECC5706214405f29
Octal2763145701422410013751
Binary1011111011001100101111011000101010010000001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC05; }

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

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

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

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

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

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

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

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