#BECC0D

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

Shades of La Rioja #BECC0D

Tints of La Rioja #BECC0D

Color information

#BECC0D (or 0xBECC0D) is unknown color: approx La Rioja. HEX triplet: BE, CC and 0D. RGB value is (190,204,13). Sum of RGB (Red+Green+Blue) = 190+204+13=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC0D is #4133F2. Grayscale: #B2B2B2. Windows color (decimal): -4273139 or 904382. OLE color: 904382.

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

Color convert

RGB19020413-
CMYK0.0700.940.2
HSL64.4º88.02%42.55%-
HSV(B)64.4º93.63%80%-
XYZ42.954.168.57-
YUV178.0434.86136.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 204 (80.08% from 255) = 50.12%
BLUE value IS 13 (5.47% from 255) = 3.19%
R=46.68%
G=50.12%
B=3.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal190204130.0700.940.264.488.0242.55
HexBECCD705E1440582b
Octal27631415701362410013053
Binary10111110110011001101111010111101010010000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC0D; }

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

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

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

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

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

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

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

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